diff options
author | Bertrand Jacquin (Beber) <beber@setibzh.com> | 2006-03-17 14:06:30 +0100 |
---|---|---|
committer | JACQUIN Bertrand Ext ROSI/DPS <bjacquin.ext@francetelecom.com> | 2006-03-17 14:06:30 +0100 |
commit | 87cca51e1fb06740b14b81e32d845ecf07f63ae4 (patch) | |
tree | 0be818519aa4752177e51e8ddd8efb8ab407df10 /src/espik_global.h | |
parent | Add a trailing white space detector script (diff) | |
download | espik-87cca51e1fb06740b14b81e32d845ecf07f63ae4.tar.xz |
change a bit headers and indeting
Diffstat (limited to 'src/espik_global.h')
-rw-r--r-- | src/espik_global.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/espik_global.h b/src/espik_global.h index 79b16fd..1e5ab3e 100644 --- a/src/espik_global.h +++ b/src/espik_global.h @@ -1,5 +1,5 @@ -#ifndef HAVE_ESPIK_GLOBAL_H -#define HAVE_ESPIK_GLOBAL_H +#ifndef ESPIK_GLOBAL_H +#define ESPIK_GLOBAL_H #include "../config.h" @@ -14,4 +14,4 @@ # define __UNUSED__ #endif /* HAVE___ATTRIBUTE__ */ -#endif /* HAVE_ESPIK_GLOBAL_H */ +#endif /* ESPIK_GLOBAL_H */ |