summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/digest.h')
-rw-r--r--sal/inc/rtl/digest.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/inc/rtl/digest.h b/sal/inc/rtl/digest.h
index c0e3a346b90b..5a87e024b298 100644
--- a/sal/inc/rtl/digest.h
+++ b/sal/inc/rtl/digest.h
@@ -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.
@@ -26,7 +27,7 @@
************************************************************************/
#ifndef _RTL_DIGEST_H_
-#define _RTL_DIGEST_H_ "$Revision: 1.8 $"
+#define _RTL_DIGEST_H_
#include <sal/types.h>
@@ -637,3 +638,4 @@ rtlDigestError SAL_CALL rtl_digest_PBKDF2 (
#endif /* _RTL_DIGEST_H_ */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */