summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/internalnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/parse/internalnode.cxx')
-rw-r--r--connectivity/source/parse/internalnode.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/source/parse/internalnode.cxx b/connectivity/source/parse/internalnode.cxx
index 39b4a4af3b48..db1f1585b7b7 100644
--- a/connectivity/source/parse/internalnode.cxx
+++ b/connectivity/source/parse/internalnode.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.
@@ -83,3 +84,5 @@ OSQLInternalNode::~OSQLInternalNode()
OSL_ENSURE(OSQLParser::s_pGarbageCollector, "Collector not initialized");
(*OSQLParser::s_pGarbageCollector)->erase(this);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */