[Lldb-commits] [lldb] r194397 - Fix header comment line length
Ed Maste
emaste at freebsd.org
Mon Nov 11 10:30:28 PST 2013
Author: emaste
Date: Mon Nov 11 12:30:28 2013
New Revision: 194397
URL: http://llvm.org/viewvc/llvm-project?rev=194397&view=rev
Log:
Fix header comment line length
Modified:
lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
Modified: lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h?rev=194397&r1=194396&r2=194397&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h (original)
+++ lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h Mon Nov 11 12:30:28 2013
@@ -1,4 +1,4 @@
-//===-- lldb_EmulateInstructionARM.h ------------------------------------*- C++ -*-===//
+//===-- lldb_EmulateInstructionARM.h ----------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the lldb-commits
mailing list