summaryrefslogtreecommitdiff
path: root/sal/rtl/source/hash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/hash.cxx')
-rw-r--r--sal/rtl/source/hash.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/rtl/source/hash.cxx b/sal/rtl/source/hash.cxx
index aee80cb07ac7..5fffe72dd4cd 100644
--- a/sal/rtl/source/hash.cxx
+++ b/sal/rtl/source/hash.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.
@@ -237,3 +238,5 @@ rtl_str_hash_remove (rtl_uString *pString)
}
// FIXME: Should we down-size ?
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */