summaryrefslogtreecommitdiff
path: root/sal/cpprt/operators_new_delete.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/cpprt/operators_new_delete.cxx')
-rw-r--r--sal/cpprt/operators_new_delete.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/cpprt/operators_new_delete.cxx b/sal/cpprt/operators_new_delete.cxx
index dfbf04d336cb..f48ce1269236 100644
--- a/sal/cpprt/operators_new_delete.cxx
+++ b/sal/cpprt/operators_new_delete.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.
@@ -249,3 +250,5 @@ void SAL_CALL operator delete[] (void * p, std::nothrow_t const &) throw ()
}
// =======================================================================
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */