Removed '_' symbols in include guards

which are violating DCL51-CPP rule, closing #46
This commit is contained in:
Nikolaj Schlej 2016-04-09 12:47:19 +02:00
parent 1dddafd4b3
commit 80a2d57f62
28 changed files with 103 additions and 98 deletions

View file

@ -20,8 +20,8 @@ Header file for compression routine.
*/
#ifndef __EFITIANOCOMPRESS_H__
#define __EFITIANOCOMPRESS_H__
#ifndef EFITIANOCOMPRESS_H
#define EFITIANOCOMPRESS_H
#include <string.h>
#include <stdlib.h>
@ -115,4 +115,4 @@ extern "C" {
#ifdef __cplusplus
}
#endif
#endif
#endif // EFITIANOCOMPRESS_H