summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/navibar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/navibar.cxx')
-rw-r--r--autodoc/source/display/html/navibar.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/html/navibar.cxx b/autodoc/source/display/html/navibar.cxx
index 06f3e9397b8e..8490e834b6d8 100644
--- a/autodoc/source/display/html/navibar.cxx
+++ b/autodoc/source/display/html/navibar.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.
@@ -313,3 +314,5 @@ NavigationBar::Write_SubRows() const
(*it)->Write2( *pSubRowsTable );
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */