Fix whitespace errors
This commit is contained in:
parent
e315ecf3d2
commit
5da29e5109
1 changed files with 2 additions and 2 deletions
4
nmrp.c
4
nmrp.c
|
@ -280,7 +280,7 @@ int nmrp_do(struct nmrpd_args *args)
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((ipaddr.s_addr = inet_addr(args->ipaddr)) == INADDR_NONE) {
|
if ((ipaddr.s_addr = inet_addr(args->ipaddr)) == INADDR_NONE) {
|
||||||
fprintf(stderr, "Invalid IP address '%s'.\n", args->ipaddr);
|
fprintf(stderr, "Invalid IP address '%s'.\n", args->ipaddr);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -366,7 +366,7 @@ int nmrp_do(struct nmrpd_args *args)
|
||||||
|
|
||||||
do {
|
do {
|
||||||
if (expect != NMRP_C_NONE && rx.msg.code != expect) {
|
if (expect != NMRP_C_NONE && rx.msg.code != expect) {
|
||||||
fprintf(stderr, "Received code 0x%02x while waiting for 0x%02x!\n",
|
fprintf(stderr, "Received code 0x%02x while waiting for 0x%02x!\n",
|
||||||
rx.msg.code, expect);
|
rx.msg.code, expect);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue