diff options
Diffstat (limited to 'autodoc/source/parser/cpp/defdescr.cxx')
-rw-r--r-- | autodoc/source/parser/cpp/defdescr.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autodoc/source/parser/cpp/defdescr.cxx b/autodoc/source/parser/cpp/defdescr.cxx index f69c433293fb..c233a5d93be4 100644 --- a/autodoc/source/parser/cpp/defdescr.cxx +++ b/autodoc/source/parser/cpp/defdescr.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. @@ -223,3 +224,4 @@ HandleOperatorsBeforeTextItem( csv::StreamStr & o_rText, +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |