diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:17:28 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:30 +0200 |
commit | 10d0526d7273df6b52a2f46b68fb0e63f9db0d92 (patch) | |
tree | 2edf62b3c0f11dfce96f30433fa918c46e022f54 /include/osl/conditn.h | |
parent | 0bd7f12d41567842b1e31514e1d84340d90f5b42 (diff) |
fixincludeguards.sh: include/o*
Change-Id: Ibd5d8af00f6582d53231c76e2b04e737b5804497
Diffstat (limited to 'include/osl/conditn.h')
-rw-r--r-- | include/osl/conditn.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/conditn.h b/include/osl/conditn.h index 8803ee85f2dd..a5d3d6054d01 100644 --- a/include/osl/conditn.h +++ b/include/osl/conditn.h @@ -18,8 +18,8 @@ */ -#ifndef _OSL_CONDITION_H_ -#define _OSL_CONDITION_H_ +#ifndef INCLUDED_OSL_CONDITN_H +#define INCLUDED_OSL_CONDITN_H #include "sal/config.h" @@ -83,6 +83,6 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_checkCondition(oslCondition Condition); } #endif -#endif /* _OSL_CONDITION_H_ */ +#endif // INCLUDED_OSL_CONDITN_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |