summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/tutorial/tutorial2_example.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/tutorial/tutorial2_example.cxx')
-rw-r--r--compilerplugins/clang/store/tutorial/tutorial2_example.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/store/tutorial/tutorial2_example.cxx b/compilerplugins/clang/store/tutorial/tutorial2_example.cxx
index 0a24956cd400..7d72ff68ded9 100644
--- a/compilerplugins/clang/store/tutorial/tutorial2_example.cxx
+++ b/compilerplugins/clang/store/tutorial/tutorial2_example.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// This is just an example file to see what AST looks like for return statements.
// To the AST, run :
// clang++ -fsyntax-only -Xclang -ast-dump tutorial1_example.cxx
@@ -13,3 +14,5 @@ bool g()
if( true )
return false;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */