summaryrefslogtreecommitdiffstats
path: root/autodoc/source/parser/kernel/x_parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/kernel/x_parse.cxx')
-rw-r--r--autodoc/source/parser/kernel/x_parse.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/parser/kernel/x_parse.cxx b/autodoc/source/parser/kernel/x_parse.cxx
index 74c3e520d0d0..f06de7f96f96 100644
--- a/autodoc/source/parser/kernel/x_parse.cxx
+++ b/autodoc/source/parser/kernel/x_parse.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96,3 +97,5 @@ operator<<( std::ostream & o_rOut,
i_rException.GetInfo(o_rOut);
return o_rOut;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */