whitespace

This commit is contained in:
okan
2022-02-26 15:19:18 +00:00
parent 5e5221d82d
commit 496bcc879d
5 changed files with 6 additions and 6 deletions

View File

@@ -668,7 +668,7 @@ kbfunc_menu_exec(void *ctx, struct cargs *cargs)
/* lstat(2) in case d_type isn't supported. */
if (lstat(tpath, &sb) == -1)
continue;
if (!S_ISREG(sb.st_mode) &&
if (!S_ISREG(sb.st_mode) &&
!S_ISLNK(sb.st_mode))
continue;
}