diff options
| author | Ted Kremenek <kremenek@apple.com> | 2010-01-29 23:00:35 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2010-01-29 23:00:35 +0000 |
| commit | ba775fe5c7620dc08d5ee86d516266df47c32594 (patch) | |
| tree | 697dcd12a05d94c05da792de60f228608a69b4ff | |
| parent | 79db7b7b170c35cbf6ae619235a843e29cba8183 (diff) | |
| download | bcm5719-llvm-ba775fe5c7620dc08d5ee86d516266df47c32594.tar.gz bcm5719-llvm-ba775fe5c7620dc08d5ee86d516266df47c32594.zip | |
Fix spacing.
llvm-svn: 94852
| -rw-r--r-- | clang/lib/Analysis/PrintfFormatString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/PrintfFormatString.cpp b/clang/lib/Analysis/PrintfFormatString.cpp index 6192c29e419..357080fa743 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(); } |

