diff options
Diffstat (limited to 'configmgr/source/groupnode.cxx')
-rw-r--r-- | configmgr/source/groupnode.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/groupnode.cxx b/configmgr/source/groupnode.cxx index 59c0f89df5d1..fa56afa1a29c 100644 --- a/configmgr/source/groupnode.cxx +++ b/configmgr/source/groupnode.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. @@ -88,3 +89,5 @@ void GroupNode::clear() { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |