Fix indentations.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114326 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBCompileUnit.cpp b/source/API/SBCompileUnit.cpp
index 24a686d..9e68e28 100644
--- a/source/API/SBCompileUnit.cpp
+++ b/source/API/SBCompileUnit.cpp
@@ -124,11 +124,11 @@
 SBCompileUnit::GetDescription (SBStream &description)
 {
     if (m_opaque_ptr)
-      {
+    {
         m_opaque_ptr->Dump (description.get(), false);
-      }
+    }
     else
-      description.Printf ("No Value");
+        description.Printf ("No Value");
     
     return true;
 }