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;