Format my previous commit
[oota-llvm.git] / lib / DebugInfo / DWARF / DWARFContext.cpp
index 7ece6787d076b2be6e5e84683e04eb57bd1a575b..9d5a78a05708a5fa19860dce6e5daab48f7ec5c5 100644 (file)
@@ -158,7 +158,8 @@ void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType) {
 
   if (DumpType == DIDT_All || DumpType == DIDT_CUIndex) {
     OS << "\n.debug_cu_index contents:\n";
-    DataExtractor CUIndexData(getCUIndexSection(), isLittleEndian(), savedAddressByteSize);
+    DataExtractor CUIndexData(getCUIndexSection(), isLittleEndian(),
+                              savedAddressByteSize);
     DWARFUnitIndex CUIndex;
     CUIndex.parse(CUIndexData);
     CUIndex.dump(OS);