summaryrefslogtreecommitdiff
path: root/include/osl/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/file.h')
-rw-r--r--include/osl/file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/file.h b/include/osl/file.h
index 44013bf2ead1..facbb26c5d14 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_FILE_H_
-#define _OSL_FILE_H_
+#ifndef INCLUDED_OSL_FILE_H
+#define INCLUDED_OSL_FILE_H
#include "sal/config.h"
@@ -1633,7 +1633,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_createTempFile(
}
#endif
-#endif /* _OSL_FILE_H_ */
+#endif // INCLUDED_OSL_FILE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */