summaryrefslogtreecommitdiffstats
path: root/sal/rtl/source/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/crc.c')
-rw-r--r--sal/rtl/source/crc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/rtl/source/crc.c b/sal/rtl/source/crc.c
index d8fd53c3b330..fa372aaf4339 100644
--- a/sal/rtl/source/crc.c
+++ b/sal/rtl/source/crc.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.
@@ -25,7 +26,7 @@
*
************************************************************************/
-#define _RTL_CRC_C_ "$Revision: 1.3 $"
+#define _RTL_CRC_C_
#include <sal/types.h>
#include <rtl/crc.h>
@@ -162,3 +163,4 @@ sal_uInt32 SAL_CALL rtl_crc32 (
return Crc;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */