summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-29 14:12:20 +0200
committerNoel Grandin <noel@peralex.com>2015-06-02 12:09:56 +0200
commit6ef9f7e2025a2334034e9c8f7b3422220add4742 (patch)
treea97096df0d2627574f685ed37b3abbe296833538 /compilerplugins
parentacd4ecc38fc3aa486b7eaf8d5effa4a5ea034ccd (diff)
loplugin:loopvartoosmall
Change-Id: Ib4def3435eab4625645c5afe3b151f9f430564ac
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/loopvartoosmall.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/loopvartoosmall.cxx b/compilerplugins/clang/loopvartoosmall.cxx
index adcc2c5656d0..78fc47e77792 100644
--- a/compilerplugins/clang/loopvartoosmall.cxx
+++ b/compilerplugins/clang/loopvartoosmall.cxx
@@ -116,4 +116,4 @@ loplugin::Plugin::Registration< LoopVarTooSmall > X("loopvartoosmall", false);
}
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file