summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBSourceManager.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-12-20 00:04:58 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-12-20 00:04:58 +0000
commit1cbbdac10866781f5836857c1c1019c4f2a8ba98 (patch)
tree94a2194bcd320d2c4c4d98f07cb1a9870540218c /lldb/source/API/SBSourceManager.cpp
parent5e3bd9727a48ed183eb6c40e41054aa6b3476636 (diff)
downloadbcm5719-llvm-1cbbdac10866781f5836857c1c1019c4f2a8ba98.tar.gz
bcm5719-llvm-1cbbdac10866781f5836857c1c1019c4f2a8ba98.zip
Minor format update (no semantic change).
llvm-svn: 146930
Diffstat (limited to 'lldb/source/API/SBSourceManager.cpp')
-rw-r--r--lldb/source/API/SBSourceManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/API/SBSourceManager.cpp b/lldb/source/API/SBSourceManager.cpp
index 76f58b73c6d..f9926dc825b 100644
--- a/lldb/source/API/SBSourceManager.cpp
+++ b/lldb/source/API/SBSourceManager.cpp
@@ -48,7 +48,7 @@ namespace lldb_private
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 @@ SBSourceManager::DisplaySourceLinesWithLineNumbers
uint32_t line,
uint32_t context_before,
uint32_t context_after,
- const char* current_line_cstr,
+ const char *current_line_cstr,
SBStream &s
)
{
OpenPOWER on IntegriCloud