Minor format update (no semantic change).

llvm-svn: 146930
This commit is contained in:
Johnny Chen 2011-12-20 00:04:58 +00:00
parent 5e3bd9727a
commit 1cbbdac108
1 changed files with 2 additions and 2 deletions

View File

@ -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
)
{