Skip to content

Commit 8892a75

Browse files
committed
include: update line endings for ntpc.h
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 39c79ce commit 8892a75

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

include/proto/ntpc.h

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
/*
2-
* ntpc.h
3-
*
4-
*/
5-
#ifndef INC_PROTO_NTPC_H
6-
#define INC_PROTO_NTPC_H
7-
8-
/**
9-
* Initialize NTP client service
10-
* @return 0 on success, negative value on failure
11-
*/
12-
int ntpclient_init(void);
13-
14-
#endif /* INC_PROTO_NTPC_H */
1+
/*
2+
* ntpc.h
3+
*
4+
*/
5+
#ifndef INC_PROTO_NTPC_H
6+
#define INC_PROTO_NTPC_H
7+
8+
/**
9+
* Initialize NTP client service
10+
* @return 0 on success, negative value on failure
11+
*/
12+
int ntpclient_init(void);
13+
14+
#endif /* INC_PROTO_NTPC_H */

0 commit comments

Comments
 (0)