summaryrefslogtreecommitdiff
path: root/tools/bootstrp/inimgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/inimgr.cxx')
-rw-r--r--tools/bootstrp/inimgr.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bootstrp/inimgr.cxx b/tools/bootstrp/inimgr.cxx
index a0a69f06f7af..ebebcd692e9b 100644
--- a/tools/bootstrp/inimgr.cxx
+++ b/tools/bootstrp/inimgr.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.
@@ -208,3 +209,5 @@ void IniManager::Update()
bUpdate = FALSE;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */