Style: Harmonize header guards to style guide [Core]
This commit is contained in:
parent
5fede4a81c
commit
13a9bfbca7
69 changed files with 121 additions and 104 deletions
|
|
@ -28,8 +28,8 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef RWLOCK_H
|
||||
#define RWLOCK_H
|
||||
#ifndef RW_LOCK_H
|
||||
#define RW_LOCK_H
|
||||
|
||||
#include "core/error_list.h"
|
||||
|
||||
|
|
@ -79,4 +79,4 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
#endif // RWLOCK_H
|
||||
#endif // RW_LOCK_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue