summaryrefslogtreecommitdiffstats
path: root/autodoc/source/display/html/aryattrs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/aryattrs.cxx')
-rw-r--r--autodoc/source/display/html/aryattrs.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/html/aryattrs.cxx b/autodoc/source/display/html/aryattrs.cxx
index 7b0fcea14cd7..2eef10ded2e9 100644
--- a/autodoc/source/display/html/aryattrs.cxx
+++ b/autodoc/source/display/html/aryattrs.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.
@@ -246,3 +247,5 @@ FunctionParam_Iterator::Assign( const ary::cpp::Function & i_rFunction )
eConVol = rSigna.ConVol();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */