summaryrefslogtreecommitdiff
path: root/o3tl/inc/o3tl/heap_ptr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl/inc/o3tl/heap_ptr.hxx')
-rw-r--r--o3tl/inc/o3tl/heap_ptr.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3tl/inc/o3tl/heap_ptr.hxx b/o3tl/inc/o3tl/heap_ptr.hxx
index 581a2062fa5a..3fe1e1c6e541 100644
--- a/o3tl/inc/o3tl/heap_ptr.hxx
+++ b/o3tl/inc/o3tl/heap_ptr.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.
@@ -309,3 +310,5 @@ heap_ptr<T>::get()
} // namespace o3tl
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */