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 /clang/lib/Analysis/PrintfFormatString.cpp | |
| parent | 79db7b7b170c35cbf6ae619235a843e29cba8183 (diff) | |
| download | llvm-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.cpp | 2 | 
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();  }  | 
