This revision was automatically updated to reflect the committed changes.
Closed by commit rL255882: Add AccessModifierOffset to clang-format style 
(authored by labath).

Changed prior to commit:
  http://reviews.llvm.org/D15562?vs=42988&id=43106#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15562

Files:
  lldb/trunk/.clang-format

Index: lldb/trunk/.clang-format
===================================================================
--- lldb/trunk/.clang-format
+++ lldb/trunk/.clang-format
@@ -6,3 +6,4 @@
 AllowShortFunctionsOnASingleLine: Inline
 ConstructorInitializerAllOnOneLineOrOnePerLine: true
 IndentCaseLabels: true
+AccessModifierOffset: -4


Index: lldb/trunk/.clang-format
===================================================================
--- lldb/trunk/.clang-format
+++ lldb/trunk/.clang-format
@@ -6,3 +6,4 @@
 AllowShortFunctionsOnASingleLine: Inline
 ConstructorInitializerAllOnOneLineOrOnePerLine: true
 IndentCaseLabels: true
+AccessModifierOffset: -4
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to