removed spaces at line ending, fixed include guard

This commit is contained in:
sg 2015-10-08 21:46:43 +02:00
parent a2cd2ae5a8
commit bef5ccda0b
3 changed files with 31 additions and 31 deletions

View File

@ -29,8 +29,8 @@
* Author: Frédéric Bernon, Simon Goldschmidt * Author: Frédéric Bernon, Simon Goldschmidt
* *
*/ */
#ifndef LWIP_SNTP_OPTS_H #ifndef LWIP_HDR_SNTP_OPTS_H
#define LWIP_SNTP_OPTS_H #define LWIP_HDR_SNTP_OPTS_H
#include "lwip/opt.h" #include "lwip/opt.h"
@ -156,4 +156,4 @@
#define SNTP_RETRY_TIMEOUT_EXP 1 #define SNTP_RETRY_TIMEOUT_EXP 1
#endif #endif
#endif /* LWIP_SNTP_OPTS_H */ #endif /* LWIP_HDR_SNTP_OPTS_H */