summaryrefslogtreecommitdiffstats
path: root/include/rtl/random.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit1130a359cb89028b42f366f46bdf034ad13ae540 (patch)
tree6acbd8d220fee0dab8d6911c1968ee9964534beb /include/rtl/random.h
parentfixincludeguards.sh: include/{basegfx,basic} (diff)
downloadcore-1130a359cb89028b42f366f46bdf034ad13ae540.tar.gz
core-1130a359cb89028b42f366f46bdf034ad13ae540.zip
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/rtl/random.h')
-rw-r--r--include/rtl/random.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/random.h b/include/rtl/random.h
index 80c9c15a2c52..6471418b5f3c 100644
--- a/include/rtl/random.h
+++ b/include/rtl/random.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _RTL_RANDOM_H_
-#define _RTL_RANDOM_H_
+#ifndef INCLUDED_RTL_RANDOM_H
+#define INCLUDED_RTL_RANDOM_H
#include "sal/config.h"
@@ -105,6 +105,6 @@ SAL_DLLPUBLIC rtlRandomError SAL_CALL rtl_random_getBytes (
}
#endif
-#endif /* _RTL_RANDOM_H_ */
+#endif // INCLUDED_RTL_RANDOM_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */