summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/random.h')
-rw-r--r--sal/inc/rtl/random.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/inc/rtl/random.h b/sal/inc/rtl/random.h
index 52e2d56968b9..5e034161374b 100644
--- a/sal/inc/rtl/random.h
+++ b/sal/inc/rtl/random.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_RANDOM_H_
-#define _RTL_RANDOM_H_ "$Revision: 1.7 $"
+#define _RTL_RANDOM_H_
#include <sal/types.h>
@@ -112,3 +113,4 @@ rtlRandomError SAL_CALL rtl_random_getBytes (
#endif /* _RTL_RANDOM_H_ */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */