[Lldb-commits] [lldb] r229681 - Fix line crossing 80 column border.

Hafiz Abid Qadeer hafiz_abid at mentor.com
Wed Feb 18 07:25:25 PST 2015


Author: abidh
Date: Wed Feb 18 09:25:25 2015
New Revision: 229681

URL: http://llvm.org/viewvc/llvm-project?rev=229681&view=rev
Log:
Fix line crossing 80 column border.


Modified:
    lldb/trunk/tools/lldb-mi/MICmdArgValBase.h

Modified: lldb/trunk/tools/lldb-mi/MICmdArgValBase.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmdArgValBase.h?rev=229681&r1=229680&r2=229681&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmdArgValBase.h (original)
+++ lldb/trunk/tools/lldb-mi/MICmdArgValBase.h Wed Feb 18 09:25:25 2015
@@ -1,4 +1,4 @@
-//===-- CMICmdArgValBase.h ----------------------------------------------*- C++ -*-===//
+//===-- CMICmdArgValBase.h --------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the lldb-commits mailing list