summaryrefslogtreecommitdiff
path: root/include/osl/security.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/security.h')
-rw-r--r--include/osl/security.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/security.h b/include/osl/security.h
index b1376a2ed2a1..4fa780b5fedc 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_SECURITY_H_
-#define _OSL_SECURITY_H_
+#ifndef INCLUDED_OSL_SECURITY_H
+#define INCLUDED_OSL_SECURITY_H
#include "sal/config.h"
@@ -158,6 +158,6 @@ SAL_DLLPUBLIC void SAL_CALL osl_unloadUserProfile(
}
#endif
-#endif /* _OSL_SECURITY_H_ */
+#endif // INCLUDED_OSL_SECURITY_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */