summaryrefslogtreecommitdiff
path: root/tools/source/generic/line.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/line.cxx')
-rw-r--r--tools/source/generic/line.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/source/generic/line.cxx b/tools/source/generic/line.cxx
index 0c2de98d843d..54422858a995 100644
--- a/tools/source/generic/line.cxx
+++ b/tools/source/generic/line.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.
@@ -361,3 +362,5 @@ void Line::Enum( const Link& rEnumLink )
rEnumLink.Call( &aEnum );
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */