mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Trivial indentation change.
llvm-svn: 149297
This commit is contained in:
@@ -951,7 +951,8 @@ CommandObjectWatchpointSet::Execute
|
||||
return false;
|
||||
}
|
||||
// If thre's no argument, it is an error.
|
||||
if (command.GetArgumentCount() <= 0) {
|
||||
if (command.GetArgumentCount() <= 0)
|
||||
{
|
||||
result.GetErrorStream().Printf("error: specify your target variable (no '-x') or expression (with '-x') to watch for\n");
|
||||
result.SetStatus(eReturnStatusFailed);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user