summaryrefslogtreecommitdiff
path: root/sal/rtl/source/byteseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/byteseq.c')
-rw-r--r--sal/rtl/source/byteseq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/rtl/source/byteseq.c b/sal/rtl/source/byteseq.c
index 42b905a8d78f..52c81d8df375 100644
--- a/sal/rtl/source/byteseq.c
+++ b/sal/rtl/source/byteseq.c
@@ -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.
@@ -252,3 +253,5 @@ sal_Int32 SAL_CALL rtl_byte_sequence_getLength( sal_Sequence *pSequence )
{
return pSequence->nElements;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */