summaryrefslogtreecommitdiff
path: root/idlc/source/astarray.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/astarray.cxx')
-rw-r--r--idlc/source/astarray.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/source/astarray.cxx b/idlc/source/astarray.cxx
index 0277b5a04e76..1d3052b577e5 100644
--- a/idlc/source/astarray.cxx
+++ b/idlc/source/astarray.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.
@@ -72,3 +73,5 @@ OString AstArray::makeName()
}
return OString();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */