summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/store/changefunctioncalls.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/changefunctioncalls.cxx')
-rw-r--r--compilerplugins/clang/store/changefunctioncalls.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/store/changefunctioncalls.cxx b/compilerplugins/clang/store/changefunctioncalls.cxx
index 8d79d622056b..abc8ce62ceba 100644
--- a/compilerplugins/clang/store/changefunctioncalls.cxx
+++ b/compilerplugins/clang/store/changefunctioncalls.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -87,3 +88,5 @@ bool ChangeFunctionCalls::VisitCallExpr( const CallExpr* call )
static Plugin::Registration< ChangeFunctionCalls > X( "changefunctioncalls" );
} // namespace
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */