summaryrefslogtreecommitdiff
path: root/idlc/source/astoperation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/astoperation.cxx')
-rw-r--r--idlc/source/astoperation.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx
index 5fff08ee7404..2cc90da3ad9c 100644
--- a/idlc/source/astoperation.cxx
+++ b/idlc/source/astoperation.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.
@@ -151,3 +152,5 @@ AstDeclaration* AstOperation::addDeclaration(AstDeclaration* pDecl)
}
return AstScope::addDeclaration(pDecl);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */