summaryrefslogtreecommitdiff
path: root/networking/ntpd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-07-30 11:52:58 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2013-07-30 11:52:58 +0200
commit982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 (patch)
treef3c90eaa6dba03d209b9f05c799c3ded447cad22 /networking/ntpd.c
parentbfa6ed1bf43ea607e33a6e89a0ef03f84a5b5d38 (diff)
downloadbusybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.gz
busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.bz2
busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.zip
Whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ntpd.c')
-rw-r--r--networking/ntpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c
index b04391eb5..99817e83b 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -228,8 +228,8 @@ typedef struct {
228 uint8_t lastpkt_status; 228 uint8_t lastpkt_status;
229 uint8_t lastpkt_stratum; 229 uint8_t lastpkt_stratum;
230 uint8_t reachable_bits; 230 uint8_t reachable_bits;
231 /* when to send new query (if p_fd == -1) 231 /* when to send new query (if p_fd == -1)
232 * or when receive times out (if p_fd >= 0): */ 232 * or when receive times out (if p_fd >= 0): */
233 double next_action_time; 233 double next_action_time;
234 double p_xmttime; 234 double p_xmttime;
235 double lastpkt_recv_time; 235 double lastpkt_recv_time;