Fix indentations.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114326 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBEvent.cpp b/source/API/SBEvent.cpp
index 0799b8b..d77f002 100644
--- a/source/API/SBEvent.cpp
+++ b/source/API/SBEvent.cpp
@@ -155,11 +155,11 @@
 SBEvent::GetDescription (SBStream &description)
 {
     if (m_opaque)
-      {
+    {
         m_opaque->Dump (description.get());
-      }
+    }
     else
-      description.Printf ("No value");
+        description.Printf ("No value");
 
     return true;
 }