summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl/byteseq.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/byteseq.hxx')
-rw-r--r--sal/inc/rtl/byteseq.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/inc/rtl/byteseq.hxx b/sal/inc/rtl/byteseq.hxx
index 698e4f01df05..c0ccc13f7b94 100644
--- a/sal/inc/rtl/byteseq.hxx
+++ b/sal/inc/rtl/byteseq.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.
@@ -141,3 +142,5 @@ inline sal_Bool ByteSequence::operator != ( const ByteSequence & rSeq ) const SA
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */