summaryrefslogtreecommitdiff
path: root/tools/inc/tools/mempool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/mempool.hxx')
-rw-r--r--tools/inc/tools/mempool.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/inc/tools/mempool.hxx b/tools/inc/tools/mempool.hxx
index a96a024d4b27..9544f33f35fa 100644
--- a/tools/inc/tools/mempool.hxx
+++ b/tools/inc/tools/mempool.hxx
@@ -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.
@@ -118,3 +119,5 @@ IMPL_FIXEDMEMPOOL_DEL_BODY( Class, aPool )
aPool( sizeof( class ), InitSize, GrowSize )
#endif // _SVMEMPOOL_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */