summaryrefslogtreecommitdiff
path: root/include/osl/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/module.h')
-rw-r--r--include/osl/module.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/module.h b/include/osl/module.h
index 09f2b17b401c..982e846b8724 100644
--- a/include/osl/module.h
+++ b/include/osl/module.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_MODULE_H_
-#define _OSL_MODULE_H_
+#ifndef INCLUDED_OSL_MODULE_H
+#define INCLUDED_OSL_MODULE_H
#include "sal/config.h"
@@ -246,6 +246,6 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_getModuleURLFromFunctionAddress(
}
#endif
-#endif /* _OSL_MODULE_H_ */
+#endif // INCLUDED_OSL_MODULE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */