Fix indentation.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@137165 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBValue.cpp b/source/API/SBValue.cpp
index 073ea20..1bfe211 100644
--- a/source/API/SBValue.cpp
+++ b/source/API/SBValue.cpp
@@ -473,9 +473,9 @@
     {
         if (result.IsValid())
             log->Printf ("SBValue(%p)::GetChildFromAddress => \"%s\"", m_opaque_sp.get(), result.m_opaque_sp.get());
-            else
-                log->Printf ("SBValue(%p)::GetChildFromAddress => NULL", m_opaque_sp.get());
-                }
+        else
+            log->Printf ("SBValue(%p)::GetChildFromAddress => NULL", m_opaque_sp.get());
+    }
     return result;
 }
 
@@ -988,4 +988,4 @@
         log->Printf ("SBValue(%p)::GetPointerToObject () => SBValue(%p)", m_opaque_sp.get(), sb_value.get());
     
     return sb_value;
-}
\ No newline at end of file
+}