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 | 40888ada6022cfd4ab2a7c07ab276639860ffc5a (patch) | |
tree | 2cc04f9e8c781d16083c89cd348c5bd56d33ddd6 /lib/Analysis/PrintfFormatString.cpp | |
parent | 33567d2feb3e52fac6e0b46d5b3d137fc8467fb0 (diff) |
Fix spacing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/PrintfFormatString.cpp')
-rw-r--r-- | lib/Analysis/PrintfFormatString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/PrintfFormatString.cpp b/lib/Analysis/PrintfFormatString.cpp index 6192c29e41..357080fa74 100644 --- a/lib/Analysis/PrintfFormatString.cpp +++ b/lib/Analysis/PrintfFormatString.cpp @@ -311,6 +311,6 @@ ArgTypeResult FormatSpecifier::getArgType(ASTContext &Ctx) const { } // FIXME: Handle other cases. - return ArgTypeResult(); + return ArgTypeResult(); } |