Reformatting accidentally left out of r219057
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 4 Oct 2014 16:00:26 +0000 (16:00 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 4 Oct 2014 16:00:26 +0000 (16:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219059 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

index 4184a0f021a9237c150d8f6a5865f827f1451492..32718b2cd270795ba04b5fcafa42783d33c732cb 100644 (file)
@@ -50,7 +50,8 @@ void DwarfCompileUnit::addLocalLabelAddress(DIE &Die,
                      : new (DIEValueAllocator) DIEInteger(0));
 }
 
-unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) {
+unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName,
+                                               StringRef DirName) {
   // If we print assembly, we can't separate .file entries according to
   // compile units. Thus all files will belong to the default compile unit.