summaryrefslogtreecommitdiff
path: root/tools/bootstrp/appdef.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/appdef.cxx')
-rw-r--r--tools/bootstrp/appdef.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bootstrp/appdef.cxx b/tools/bootstrp/appdef.cxx
index ac6212724afc..e411ea022d3a 100644
--- a/tools/bootstrp/appdef.cxx
+++ b/tools/bootstrp/appdef.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.
@@ -166,3 +167,5 @@ const char* GetEnv( const char *pVar, const char *pDefault )
return pDefault;
return pRet;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */