summaryrefslogtreecommitdiff
path: root/include/osl/diagnose.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/diagnose.h')
-rw-r--r--include/osl/diagnose.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h
index b3bfee91ad25..883e63a04d6f 100644
--- a/include/osl/diagnose.h
+++ b/include/osl/diagnose.h
@@ -18,8 +18,8 @@
*/
-#ifndef _OSL_DIAGNOSE_H_
-#define _OSL_DIAGNOSE_H_
+#ifndef INCLUDED_OSL_DIAGNOSE_H
+#define INCLUDED_OSL_DIAGNOSE_H
#include "sal/config.h"
@@ -199,6 +199,6 @@ SAL_DLLPUBLIC pfunc_osl_printDetailedDebugMessage SAL_CALL osl_setDetailedDebugM
#define OSL_THIS_FUNC ""
#endif
-#endif /* _OSL_DIAGNOSE_H_ */
+#endif // INCLUDED_OSL_DIAGNOSE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */