mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-17 13:46:56 +08:00
removed spaces at line ending, fixed include guard
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
* Author: Frédéric Bernon, Simon Goldschmidt
|
||||
*
|
||||
*/
|
||||
#ifndef LWIP_SNTP_OPTS_H
|
||||
#define LWIP_SNTP_OPTS_H
|
||||
#ifndef LWIP_HDR_SNTP_OPTS_H
|
||||
#define LWIP_HDR_SNTP_OPTS_H
|
||||
|
||||
#include "lwip/opt.h"
|
||||
|
||||
@@ -156,4 +156,4 @@
|
||||
#define SNTP_RETRY_TIMEOUT_EXP 1
|
||||
#endif
|
||||
|
||||
#endif /* LWIP_SNTP_OPTS_H */
|
||||
#endif /* LWIP_HDR_SNTP_OPTS_H */
|
||||
|
||||
Reference in New Issue
Block a user