summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2015-08-26 03:11:31 +0000
committerTed Kremenek <kremenek@apple.com>2015-08-26 03:11:31 +0000
commit9589caf04d6a6d7b1391c121715b810fab037eff (patch)
tree618a367deae6ba198ecffdd7ce991f343bd80aea /clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
parent2d789c3699e75b31798fc696c38fcfb3f8d47477 (diff)
downloadbcm5719-llvm-9589caf04d6a6d7b1391c121715b810fab037eff.tar.gz
bcm5719-llvm-9589caf04d6a6d7b1391c121715b810fab037eff.zip
Add missing newline.
llvm-svn: 246003
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
index 3955a9a6c59..1d7a12c0461 100644
--- a/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
@@ -592,4 +592,4 @@ void ento::registerNonLocalizedStringChecker(CheckerManager &mgr) {
void ento::registerEmptyLocalizationContextChecker(CheckerManager &mgr) {
mgr.registerChecker<EmptyLocalizationContextChecker>();
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud