Fixed indentation.

llvm-svn: 115186
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp
index 51ce177..d5a77dd 100644
--- a/lldb/source/Commands/CommandObjectExpression.cpp
+++ b/lldb/source/Commands/CommandObjectExpression.cpp
@@ -107,7 +107,7 @@
                    "expression",
                    "Evaluate a C/ObjC/C++ expression in the current program context, using variables currently in scope.",
                    "expression [<cmd-options>] <expr>"),
-m_expr_line_count (0),
+    m_expr_line_count (0),
     m_expr_lines ()
 {
   SetHelpLong(