diff options
Diffstat (limited to 'configmgr/source/access.cxx')
-rw-r--r-- | configmgr/source/access.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx index eda60e6d612a..fda967a28463 100644 --- a/configmgr/source/access.cxx +++ b/configmgr/source/access.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. @@ -2205,3 +2206,5 @@ bool Access::thisIs(int what) { #endif } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |