summaryrefslogtreecommitdiff
path: root/idlc/source/aststack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/aststack.cxx')
-rw-r--r--idlc/source/aststack.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/idlc/source/aststack.cxx b/idlc/source/aststack.cxx
index 9697727ac861..711c86d45fad 100644
--- a/idlc/source/aststack.cxx
+++ b/idlc/source/aststack.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.
@@ -135,3 +136,4 @@ void AstStack::clear()
m_top = 0;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */