summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/cpp/c_dealer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/cpp/c_dealer.cxx')
-rw-r--r--autodoc/source/parser/cpp/c_dealer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/parser/cpp/c_dealer.cxx b/autodoc/source/parser/cpp/c_dealer.cxx
index 2917aab1bb6c..a366e1883c69 100644
--- a/autodoc/source/parser/cpp/c_dealer.cxx
+++ b/autodoc/source/parser/cpp/c_dealer.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.
@@ -28,13 +29,11 @@
#include <precomp.h>
#include "c_dealer.hxx"
-
// NOT FULLY DECLARED SERVICES
#include <ary/cpp/c_gate.hxx>
#include <ary/loc/locp_le.hxx>
#include <ary/loc/loc_root.hxx>
#include <ary/loc/loc_file.hxx>
-//#include <ary/docu.hxx>
#include <adoc/a_rdocu.hxx>
#include "all_toks.hxx"
#include "c_rcode.hxx"
@@ -147,3 +146,4 @@ Distributor::AsDistributor()
} // namespace cpp
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */