summaryrefslogtreecommitdiffstats
path: root/autodoc/source/parser_i/idl/semnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/idl/semnode.cxx')
-rw-r--r--autodoc/source/parser_i/idl/semnode.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/parser_i/idl/semnode.cxx b/autodoc/source/parser_i/idl/semnode.cxx
index 1549d5eb0f24..f2e38a291e87 100644
--- a/autodoc/source/parser_i/idl/semnode.cxx
+++ b/autodoc/source/parser_i/idl/semnode.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.
@@ -80,3 +81,5 @@ SemanticNode::SetTokenResult( E_TokenDone i_eDone,
} // namespace uidl
} // namespace csi
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */