summaryrefslogtreecommitdiff
path: root/autodoc/source/display/idl/hfi_enum.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/idl/hfi_enum.cxx')
-rw-r--r--autodoc/source/display/idl/hfi_enum.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/idl/hfi_enum.cxx b/autodoc/source/display/idl/hfi_enum.cxx
index 6532242ebc3c..18f97880bc7f 100644
--- a/autodoc/source/display/idl/hfi_enum.cxx
+++ b/autodoc/source/display/idl/hfi_enum.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.
@@ -131,3 +132,5 @@ HF_IdlEnum::produce_MemberDetails( HF_SubTitleTable & o_table,
aElement( Env(), o_table );
aElement.Produce_byData(i_ce);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */