Whitespace
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
index 402a6167f5a7d6ea706e7ad480ee041a65055bcb..c5f7287bc222a077588fa67227060fd35d923d11 100644 (file)
@@ -1005,8 +1005,8 @@ void ELFObjectWriter::CreateRelocationSections(MCAssembler &Asm,
     unsigned Flags = 0;
     StringRef Group = "";
     if (Section.getFlags() & ELF::SHF_GROUP) {
-        Flags = ELF::SHF_GROUP;
-        Group = Section.getGroup()->getName();
+      Flags = ELF::SHF_GROUP;
+      Group = Section.getGroup()->getName();
     }
 
     const MCSectionELF *RelaSection =