[Lldb-commits] [lldb] r146930 - /lldb/trunk/source/API/SBSourceManager.cpp
Johnny Chen
johnny.chen at apple.com
Mon Dec 19 16:04:58 PST 2011
Author: johnny
Date: Mon Dec 19 18:04:58 2011
New Revision: 146930
URL: http://llvm.org/viewvc/llvm-project?rev=146930&view=rev
Log:
Minor format update (no semantic change).
Modified:
lldb/trunk/source/API/SBSourceManager.cpp
Modified: lldb/trunk/source/API/SBSourceManager.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SBSourceManager.cpp?rev=146930&r1=146929&r2=146930&view=diff
==============================================================================
--- lldb/trunk/source/API/SBSourceManager.cpp (original)
+++ lldb/trunk/source/API/SBSourceManager.cpp Mon Dec 19 18:04:58 2011
@@ -48,7 +48,7 @@
uint32_t line,
uint32_t context_before,
uint32_t context_after,
- const char* current_line_cstr,
+ const char *current_line_cstr,
lldb_private::Stream *s)
{
if (!file)
@@ -118,7 +118,7 @@
uint32_t line,
uint32_t context_before,
uint32_t context_after,
- const char* current_line_cstr,
+ const char *current_line_cstr,
SBStream &s
)
{
More information about the lldb-commits
mailing list