commit | bc2bb1ee832d411aca69edcec6be3bec48af686d | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Mon Jan 30 23:26:57 2012 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Mon Jan 30 23:26:57 2012 +0000 |
tree | a4490dcc38d34f2e772a15daae26340504cf344d | |
parent | bda984ab7719f3af66ae70defd42b6dfbd3e510b [diff] |
Trivial indentation change. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@149297 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectWatchpoint.cpp b/source/Commands/CommandObjectWatchpoint.cpp index a68bbd3..f72a900 100644 --- a/source/Commands/CommandObjectWatchpoint.cpp +++ b/source/Commands/CommandObjectWatchpoint.cpp
@@ -951,7 +951,8 @@ 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;