forked from OSchip/llvm-project
Minor format update (no semantic change).
llvm-svn: 146930
This commit is contained in:
parent
5e3bd9727a
commit
1cbbdac108
|
@ -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
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue