Trivial indentation change.

llvm-svn: 149297
This commit is contained in:
Johnny Chen 2012-01-30 23:26:57 +00:00
parent 39ba3f724f
commit 3926837056
1 changed files with 2 additions and 1 deletions

View File

@ -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;