[Lldb-commits] [lldb] r200859 - Fixed indentation.

Greg Clayton gclayton at apple.com
Wed Feb 5 09:51:54 PST 2014


Author: gclayton
Date: Wed Feb  5 11:51:53 2014
New Revision: 200859

URL: http://llvm.org/viewvc/llvm-project?rev=200859&view=rev
Log:
Fixed indentation.


Modified:
    lldb/trunk/include/lldb/Target/Process.h

Modified: lldb/trunk/include/lldb/Target/Process.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Process.h?rev=200859&r1=200858&r2=200859&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Process.h (original)
+++ lldb/trunk/include/lldb/Target/Process.h Wed Feb  5 11:51:53 2014
@@ -3034,8 +3034,8 @@ public:
     ResolveIndirectFunction(const Address *address, Error &error);
 
     virtual Error
-    GetMemoryRegionInfo (lldb::addr_t load_addr, 
-                        MemoryRegionInfo &range_info)
+    GetMemoryRegionInfo (lldb::addr_t load_addr,
+                         MemoryRegionInfo &range_info)
     {
         Error error;
         error.SetErrorString ("Process::GetMemoryRegionInfo() not supported");





More information about the lldb-commits mailing list