summaryrefslogtreecommitdiff
path: root/idlc/source/preproc/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/preproc/eval.c')
-rw-r--r--idlc/source/preproc/eval.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/source/preproc/eval.c b/idlc/source/preproc/eval.c
index cd3adc2204c7..292cc95336bc 100644
--- a/idlc/source/preproc/eval.c
+++ b/idlc/source/preproc/eval.c
@@ -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.
@@ -788,3 +789,5 @@ int
i = -1;
return i;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */