*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/networking/ether-wake.c b/networking/ether-wake.c
index 121f153..8f1479c 100644
--- a/networking/ether-wake.c
+++ b/networking/ether-wake.c
@@ -189,12 +189,12 @@
unsigned flags;
unsigned char wol_passwd[6];
int wol_passwd_sz = 0;
- int s; /* Raw socket */
+ int s; /* Raw socket */
int pktsize;
unsigned char outpack[1000];
struct ether_addr eaddr;
- struct whereto_t whereto; /* who to wake up */
+ struct whereto_t whereto; /* who to wake up */
/* handle misc user options */
opt_complementary = "=1";