summaryrefslogtreecommitdiff
path: root/o3tl/inc/o3tl/vector_pool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl/inc/o3tl/vector_pool.hxx')
-rw-r--r--o3tl/inc/o3tl/vector_pool.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3tl/inc/o3tl/vector_pool.hxx b/o3tl/inc/o3tl/vector_pool.hxx
index 19fc3d6d74c4..da562e3eb000 100644
--- a/o3tl/inc/o3tl/vector_pool.hxx
+++ b/o3tl/inc/o3tl/vector_pool.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.
@@ -130,3 +131,5 @@ myPool.free(nIdx);
}
#endif /* INCLUDED_O3TL_VECTOR_POOL_HXX */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */