aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Analysis/PrintfFormatString.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/PrintfFormatString.cpp b/lib/Analysis/PrintfFormatString.cpp
index 1a95e0b882..fdeaddec35 100644
--- a/lib/Analysis/PrintfFormatString.cpp
+++ b/lib/Analysis/PrintfFormatString.cpp
@@ -244,6 +244,6 @@ bool ParseFormatString(FormatStringHandler &H,
assert(I == E && "Format string not exhausted");
return false;
}
-}}
FormatStringHandler::~FormatStringHandler() {}
+}} // end namespace clang::analyze_printf