rayzor
diff src/logger.h @ 1:a826bf0fb169
fixed line endings
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 05 Apr 2014 09:05:26 +0300 |
parents | 2a5340a6eee4 |
children | a68dbf80d547 |
line diff
1.1 --- a/src/logger.h Sat Apr 05 08:46:27 2014 +0300 1.2 +++ b/src/logger.h Sat Apr 05 09:05:26 2014 +0300 1.3 @@ -1,14 +1,14 @@ 1.4 -#ifndef LOGGER_H_ 1.5 -#define LOGGER_H_ 1.6 - 1.7 -#ifdef __cplusplus 1.8 -extern "C" { 1.9 -#endif 1.10 - 1.11 -void printlog(const char *fmt, ...); 1.12 - 1.13 -#ifdef __cplusplus 1.14 -} 1.15 -#endif 1.16 - 1.17 -#endif /* LOGGER_H_ */ 1.18 +#ifndef LOGGER_H_ 1.19 +#define LOGGER_H_ 1.20 + 1.21 +#ifdef __cplusplus 1.22 +extern "C" { 1.23 +#endif 1.24 + 1.25 +void printlog(const char *fmt, ...); 1.26 + 1.27 +#ifdef __cplusplus 1.28 +} 1.29 +#endif 1.30 + 1.31 +#endif /* LOGGER_H_ */