Fix indentations.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114326 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBTarget.cpp b/source/API/SBTarget.cpp
index f779c33..cc544db 100644
--- a/source/API/SBTarget.cpp
+++ b/source/API/SBTarget.cpp
@@ -506,9 +506,9 @@
 SBTarget::GetDescription (SBStream &description)
 {
     if (m_opaque_sp)
-      {
+    {
         m_opaque_sp->Dump (description.get());
-      }
+    }
     else
         description.Printf ("No value");