summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-09-30 18:30:25 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-09-30 18:30:25 +0000
commitf7edb1c8137c7499ac02f562372d57db0ad004dc (patch)
tree7ef9707386f892f0a3179cd147846a6dc4530b42 /lldb/source/Commands/CommandObjectExpression.cpp
parenta9a764e65d91237a9d33ad2a7a6e7fc928a5bdd3 (diff)
downloadbcm5719-llvm-f7edb1c8137c7499ac02f562372d57db0ad004dc.tar.gz
bcm5719-llvm-f7edb1c8137c7499ac02f562372d57db0ad004dc.zip
Fixed indentation.
llvm-svn: 115186
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectExpression.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp
index 51ce177d994..d5a77ddba4b 100644
--- a/lldb/source/Commands/CommandObjectExpression.cpp
+++ b/lldb/source/Commands/CommandObjectExpression.cpp
@@ -107,7 +107,7 @@ CommandObjectExpression::CommandObjectExpression (CommandInterpreter &interprete
"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(
OpenPOWER on IntegriCloud