diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-01-30 23:26:57 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-01-30 23:26:57 +0000 |
commit | 3926837056d4fc4d720f3f77adf7159f8f0e21bb (patch) | |
tree | 57e31b40fcc1c43641368299e6337ac1fa9adf1a /lldb/source/Commands/CommandObjectWatchpoint.cpp | |
parent | 39ba3f724f2a7a0a590ef9ba147913b466a31ff6 (diff) | |
download | bcm5719-llvm-3926837056d4fc4d720f3f77adf7159f8f0e21bb.tar.gz bcm5719-llvm-3926837056d4fc4d720f3f77adf7159f8f0e21bb.zip |
Trivial indentation change.
llvm-svn: 149297
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectWatchpoint.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpoint.cpp b/lldb/source/Commands/CommandObjectWatchpoint.cpp index a68bbd3e834..f72a900dbba 100644 --- a/lldb/source/Commands/CommandObjectWatchpoint.cpp +++ b/lldb/source/Commands/CommandObjectWatchpoint.cpp @@ -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; |