Remove tabs.
authorDevang Patel <dpatel@apple.com>
Tue, 23 Sep 2008 23:18:26 +0000 (23:18 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 23 Sep 2008 23:18:26 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56515 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Function.h

index 3efce3b11e8fdceaead5f85af866b92321cd5f91..b80090942300fa67f119a6fa1e86278cc04f38df 100644 (file)
@@ -151,15 +151,15 @@ public:
 
   /// hasNote - Return true if this function has given note.
   bool hasNote(Attributes N) const {
-       // Notes are stored at ~0 index in parameter attribute list
+    // Notes are stored at ~0 index in parameter attribute list
     return (!isDeclaration() && paramHasAttr(~0, N));
   }
 
   /// setNotes - Set notes for this function
   ///
   void setNotes(const Attributes N) { 
-       // Notes are stored at ~0 index in parameter attribute list
-       addParamAttr(~0, N);
+    // Notes are stored at ~0 index in parameter attribute list
+    addParamAttr(~0, N);
   }
 
   /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm