commit | e7a566e3301b272d18a5f752f99c8cb8b63b28a4 | [log] [tgz] |
---|---|---|
author | Caroline Tice <ctice@apple.com> | Mon Sep 20 16:21:41 2010 +0000 |
committer | Caroline Tice <ctice@apple.com> | Mon Sep 20 16:21:41 2010 +0000 |
tree | f49b2ce6415f42f90d75dc6e6b82afc88f2efbb9 | |
parent | 98f930f429160f9777f626c3ac6aa609f4e965d2 [diff] [blame] |
Fix indentations. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114326 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBFunction.cpp b/source/API/SBFunction.cpp index 210340e..4c5f64e 100644 --- a/source/API/SBFunction.cpp +++ b/source/API/SBFunction.cpp
@@ -72,7 +72,7 @@ m_opaque_ptr->Dump (description.get(), false); } else - description.Printf ("No value"); + description.Printf ("No value"); return true; }