summaryrefslogtreecommitdiff
path: root/idlc/source/astservice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/astservice.cxx')
-rw-r--r--idlc/source/astservice.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/source/astservice.cxx b/idlc/source/astservice.cxx
index 11f638cc0f66..b26997cc3ab9 100644
--- a/idlc/source/astservice.cxx
+++ b/idlc/source/astservice.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.
@@ -68,3 +69,5 @@ bool AstService::checkLastConstructor() const {
}
return false;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */