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

jingham at apple.com jingham at apple.com
Wed Feb 18 10:23:18 PST 2015


We don't restrict lldb code to 80 characters.

Jim

> On Feb 18, 2015, at 7:25 AM, Hafiz Abid Qadeer <hafiz_abid at mentor.com> wrote:
> 
> 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
> //
> 
> 
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits





More information about the lldb-commits mailing list