summaryrefslogtreecommitdiff
path: root/include/osl/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/pipe.h')
-rw-r--r--include/osl/pipe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/pipe.h b/include/osl/pipe.h
index 52ba8b9813e6..f5b1561c7341 100644
--- a/include/osl/pipe.h
+++ b/include/osl/pipe.h
@@ -18,8 +18,8 @@
*/
-#ifndef _OSL_PIPE_H_
-#define _OSL_PIPE_H_
+#ifndef INCLUDED_OSL_PIPE_H
+#define INCLUDED_OSL_PIPE_H
#include "sal/config.h"
@@ -92,6 +92,6 @@ SAL_DLLPUBLIC oslPipeError SAL_CALL osl_getLastPipeError(oslPipe Pipe);
}
#endif
-#endif /* _OSL_PIPE_H_ */
+#endif // INCLUDED_OSL_PIPE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */