summary refs log tree commit diff
path: root/kbfunc.c
diff options
context:
space:
mode:
authorokan <okan>2022-02-26 15:19:18 +0000
committerokan <okan>2022-02-26 15:19:18 +0000
commit496bcc879de1186e62bac6fbeff531dbdc9e871c (patch)
tree1657be73ae5f201eb8b9f9a441e4def22a0111d1 /kbfunc.c
parent5e5221d82d1d0c8679329e5bfb5a913e1b543a29 (diff)
downloadcwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.tar.gz
cwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.tar.xz
cwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.zip
whitespace
Diffstat (limited to 'kbfunc.c')
-rw-r--r--kbfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 70eafd6..2f8d95d 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -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;
 			}