[Lldb-commits] [lldb] r115186 - /lldb/trunk/source/Commands/CommandObjectExpression.cpp
Johnny Chen
johnny.chen at apple.com
Thu Sep 30 11:30:25 PDT 2010
Author: johnny
Date: Thu Sep 30 13:30:25 2010
New Revision: 115186
URL: http://llvm.org/viewvc/llvm-project?rev=115186&view=rev
Log:
Fixed indentation.
Modified:
lldb/trunk/source/Commands/CommandObjectExpression.cpp
Modified: lldb/trunk/source/Commands/CommandObjectExpression.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectExpression.cpp?rev=115186&r1=115185&r2=115186&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectExpression.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectExpression.cpp Thu Sep 30 13:30:25 2010
@@ -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(
More information about the lldb-commits
mailing list