summaryrefslogtreecommitdiff
path: root/tools/bootstrp/addexes/replace.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/addexes/replace.cxx')
-rw-r--r--tools/bootstrp/addexes/replace.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bootstrp/addexes/replace.cxx b/tools/bootstrp/addexes/replace.cxx
index 3c451ae54be0..761d260a03b5 100644
--- a/tools/bootstrp/addexes/replace.cxx
+++ b/tools/bootstrp/addexes/replace.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.
@@ -74,3 +75,5 @@ int _cdecl main( int argc, char *argv[] )
fprintf( stdout, "%s\n", aText.GetBuffer());
return 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */