diff options
Diffstat (limited to 'include/rtl/crc.h')
-rw-r--r-- | include/rtl/crc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/crc.h b/include/rtl/crc.h index 7fad87ef4f37..d320c5381c55 100644 --- a/include/rtl/crc.h +++ b/include/rtl/crc.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _RTL_CRC_H_ -#define _RTL_CRC_H_ +#ifndef INCLUDED_RTL_CRC_H +#define INCLUDED_RTL_CRC_H #include "sal/config.h" @@ -58,6 +58,6 @@ SAL_DLLPUBLIC sal_uInt32 SAL_CALL rtl_crc32 ( } #endif -#endif /* _RTL_CRC_H_ */ +#endif // INCLUDED_RTL_CRC_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |