summaryrefslogtreecommitdiff
path: root/tools/bootstrp/command.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/command.cxx')
-rw-r--r--tools/bootstrp/command.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bootstrp/command.cxx b/tools/bootstrp/command.cxx
index 2ab0cc8dc4a6..e439cc523c26 100644
--- a/tools/bootstrp/command.cxx
+++ b/tools/bootstrp/command.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.
@@ -688,3 +689,5 @@ CCommandd::operator int()
#endif
return nRet;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */