Clang format a few prior patches (NFC)
[oota-llvm.git] / include / llvm / Object / Binary.h
index 36911d8f327a1a073b691dd00b2c9cec29946d63..a0d1127781f64bc963865237650bfebf02cc4ae9 100644 (file)
@@ -42,7 +42,7 @@ protected:
     ID_Archive,
     ID_MachOUniversalBinary,
     ID_COFFImportFile,
     ID_Archive,
     ID_MachOUniversalBinary,
     ID_COFFImportFile,
-    ID_IR, // LLVM IR
+    ID_IR,            // LLVM IR
     ID_FunctionIndex, // Function summary index
 
     // Object and children.
     ID_FunctionIndex, // Function summary index
 
     // Object and children.
@@ -123,9 +123,7 @@ public:
     return TypeID == ID_IR;
   }
 
     return TypeID == ID_IR;
   }
 
-  bool isFunctionIndex() const {
-    return TypeID == ID_FunctionIndex;
-  }
+  bool isFunctionIndex() const { return TypeID == ID_FunctionIndex; }
 
   bool isLittleEndian() const {
     return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B ||
 
   bool isLittleEndian() const {
     return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B ||