Fix spacing.

llvm-svn: 94852
This commit is contained in:
Ted Kremenek 2010-01-29 23:00:35 +00:00
parent 79db7b7b17
commit ba775fe5c7
1 changed files with 1 additions and 1 deletions

View File

@ -311,6 +311,6 @@ ArgTypeResult FormatSpecifier::getArgType(ASTContext &Ctx) const {
}
// FIXME: Handle other cases.
return ArgTypeResult();
return ArgTypeResult();
}