diff options
Diffstat (limited to 'idl/inc/char.hxx')
-rw-r--r-- | idl/inc/char.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/idl/inc/char.hxx b/idl/inc/char.hxx index fc8045f0ba54..0c0528d08a98 100644 --- a/idl/inc/char.hxx +++ b/idl/inc/char.hxx @@ -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. @@ -30,7 +31,6 @@ #include <tools/string.hxx> -/******************* T y p e s *******************************************/ class SvChar { public: @@ -39,3 +39,5 @@ public: #endif // _CHAR_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |