]> granicus.if.org Git - clang/commitdiff
Fix spacing.
authorTed Kremenek <kremenek@apple.com>
Fri, 29 Jan 2010 23:00:35 +0000 (23:00 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 29 Jan 2010 23:00:35 +0000 (23:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94852 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/PrintfFormatString.cpp

index 6192c29e419c3c379ae3cff28892bf80e0cf9b42..357080fa7439e5e378127521abf898a4b9cadf9d 100644 (file)
@@ -311,6 +311,6 @@ ArgTypeResult FormatSpecifier::getArgType(ASTContext &Ctx) const {
     }
 
   // FIXME: Handle other cases.
-       return ArgTypeResult();
+  return ArgTypeResult();
 }