drats! remove tabs
authorGabor Greif <ggreif@gmail.com>
Sun, 11 Jan 2009 22:39:04 +0000 (22:39 +0000)
committerGabor Greif <ggreif@gmail.com>
Sun, 11 Jan 2009 22:39:04 +0000 (22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62056 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/CallSite.h

index 544c7d7761b1489f9034c111b55d310464458d0f..16d862fae546c5dda778f3895300938cc1110ee0 100644 (file)
@@ -170,7 +170,7 @@ public:
   /// list for a call site.
   arg_iterator arg_begin() const {
     assert(getInstruction() && "Not a call or invoke instruction!");
-               // Skip non-arguments
+    // Skip non-arguments
     return getInstruction()->op_begin() + getArgumentOffset();
   }