[Lldb-commits] [lldb] r139867 - /lldb/trunk/include/lldb/API/SBValue.h

Johnny Chen johnny.chen at apple.com
Thu Sep 15 15:25:30 PDT 2011


Author: johnny
Date: Thu Sep 15 17:25:30 2011
New Revision: 139867

URL: http://llvm.org/viewvc/llvm-project?rev=139867&view=rev
Log:
Untabify and fix indentation.

Modified:
    lldb/trunk/include/lldb/API/SBValue.h

Modified: lldb/trunk/include/lldb/API/SBValue.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBValue.h?rev=139867&r1=139866&r2=139867&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBValue.h (original)
+++ lldb/trunk/include/lldb/API/SBValue.h Thu Sep 15 17:25:30 2011
@@ -221,7 +221,7 @@
     //------------------------------------------------------------------
     lldb::SBData
     GetPointeeData (uint32_t item_idx = 0,
-					uint32_t item_count = 1);
+                    uint32_t item_count = 1);
     
     //------------------------------------------------------------------
     /// Get an SBData wrapping the contents of this SBValue.





More information about the lldb-commits mailing list