Style & indentation tweaks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139646 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/DebugInfo/DWARFFormValue.h b/lib/DebugInfo/DWARFFormValue.h
index c2bfb4f..b1b0449 100644
--- a/lib/DebugInfo/DWARFFormValue.h
+++ b/lib/DebugInfo/DWARFFormValue.h
@@ -51,7 +51,7 @@
   void dump(raw_ostream &OS, const DataExtractor *debug_str_data,
             const DWARFCompileUnit* cu) const;
   bool extractValue(DataExtractor data, uint32_t *offset_ptr,
-      const DWARFCompileUnit *cu);
+                    const DWARFCompileUnit *cu);
   bool isInlinedCStr() const {
     return Value.data != NULL && Value.data == (uint8_t*)Value.cstr;
   }