summaryrefslogtreecommitdiff
path: root/idlc/source/preproc/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/preproc/lex.c')
-rw-r--r--idlc/source/preproc/lex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/source/preproc/lex.c b/idlc/source/preproc/lex.c
index fd6d00792984..4b565b9c133f 100644
--- a/idlc/source/preproc/lex.c
+++ b/idlc/source/preproc/lex.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.
@@ -693,3 +694,5 @@ void
cursource = s->next;
dofree(s);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */