diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-03 00:05:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-03 00:05:48 +0100 |
commit | b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e (patch) | |
tree | b30b48c8a78e0ee4ed639a398e8778e5e3f50a04 /networking/ntpd.c | |
parent | 6307357effb79c8fbc6ccc9d4528c8c1c48a4831 (diff) | |
download | busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.gz busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.bz2 busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.zip |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ntpd.c')
-rw-r--r-- | networking/ntpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index 8fe529edb..3ed05ba29 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -882,7 +882,7 @@ fit(peer_t *p, double rd) | |||
882 | // /* Do we have a loop? */ | 882 | // /* Do we have a loop? */ |
883 | // if (p->refid == p->dstaddr || p->refid == s.refid) | 883 | // if (p->refid == p->dstaddr || p->refid == s.refid) |
884 | // return 0; | 884 | // return 0; |
885 | return 1; | 885 | return 1; |
886 | } | 886 | } |
887 | static peer_t* | 887 | static peer_t* |
888 | select_and_cluster(void) | 888 | select_and_cluster(void) |