summaryrefslogtreecommitdiff
path: root/tools/bootstrp/addexes2/mkfilt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/addexes2/mkfilt.cxx')
-rw-r--r--tools/bootstrp/addexes2/mkfilt.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bootstrp/addexes2/mkfilt.cxx b/tools/bootstrp/addexes2/mkfilt.cxx
index 2d03aaa153e5..77bc9d5fcd34 100644
--- a/tools/bootstrp/addexes2/mkfilt.cxx
+++ b/tools/bootstrp/addexes2/mkfilt.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.
@@ -235,3 +236,5 @@ int main()
return nRet;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */