Fixed 80 col violation.

llvm-svn: 45104
This commit is contained in:
Ted Kremenek 2007-12-17 17:50:39 +00:00
parent 5aa66bdfd6
commit 73e921fdf2
1 changed files with 2 additions and 1 deletions

View File

@ -406,7 +406,8 @@ static void InitializeDiagnostics(Diagnostic &Diags) {
// Silence "format string is not a string literal" warnings if requested
if (WarnNoFormatNonLiteral)
Diags.setDiagnosticMapping(diag::warn_printf_not_string_constant, diag::MAP_IGNORE);
Diags.setDiagnosticMapping(diag::warn_printf_not_string_constant,
diag::MAP_IGNORE);
}