aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/PrintfFormatString.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-01-29 23:00:35 +0000
committerTed Kremenek <kremenek@apple.com>2010-01-29 23:00:35 +0000
commitba775fe5c7620dc08d5ee86d516266df47c32594 (patch)
tree697dcd12a05d94c05da792de60f228608a69b4ff /clang/lib/Analysis/PrintfFormatString.cpp
parent79db7b7b170c35cbf6ae619235a843e29cba8183 (diff)
downloadllvm-ba775fe5c7620dc08d5ee86d516266df47c32594.zip
llvm-ba775fe5c7620dc08d5ee86d516266df47c32594.tar.gz
llvm-ba775fe5c7620dc08d5ee86d516266df47c32594.tar.bz2
Fix spacing.
llvm-svn: 94852
Diffstat (limited to 'clang/lib/Analysis/PrintfFormatString.cpp')
-rw-r--r--clang/lib/Analysis/PrintfFormatString.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/PrintfFormatString.cpp b/clang/lib/Analysis/PrintfFormatString.cpp
index 6192c29..357080f 100644
--- a/clang/lib/Analysis/PrintfFormatString.cpp
+++ b/clang/lib/Analysis/PrintfFormatString.cpp
@@ -311,6 +311,6 @@ ArgTypeResult FormatSpecifier::getArgType(ASTContext &Ctx) const {
}
// FIXME: Handle other cases.
- return ArgTypeResult();
+ return ArgTypeResult();
}