mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
spacing
This commit is contained in:
parent
d9d6b4f88f
commit
592e8efaee
5
kbfunc.c
5
kbfunc.c
@ -628,9 +628,8 @@ kbfunc_menu_ssh(void *ctx, struct cargs *cargs)
|
|||||||
/* skip hashed hosts */
|
/* skip hashed hosts */
|
||||||
if (strncmp(buf, HASH_MARKER, strlen(HASH_MARKER)) == 0)
|
if (strncmp(buf, HASH_MARKER, strlen(HASH_MARKER)) == 0)
|
||||||
continue;
|
continue;
|
||||||
for (p = buf; *p != ',' && *p != ' ' && p != buf + slen; p++) {
|
for (p = buf; *p != ',' && *p != ' ' && p != buf + slen; p++)
|
||||||
/* do nothing */
|
;
|
||||||
}
|
|
||||||
/* ignore badness */
|
/* ignore badness */
|
||||||
if (p - buf + 1 > sizeof(hostbuf))
|
if (p - buf + 1 > sizeof(hostbuf))
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user