diff options
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r-- | configmgr/source/components.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index cc5ea1e1e739..ae0da5f759d6 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.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. @@ -783,3 +784,5 @@ void Components::parseModificationLayer() { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |