Strip redundant spaces

This commit is contained in:
lostd 2014-10-08 18:39:07 +03:00
parent 0b0869ab44
commit 973aff99b7

View file

@ -365,7 +365,7 @@ nochange:
path = pathnew; path = pathnew;
goto out; goto out;
} }
/* Regular file */ /* Regular file */
if (S_ISREG(sb.st_mode)) { if (S_ISREG(sb.st_mode)) {
/* Open with */ /* Open with */
bin = openwith(name); bin = openwith(name);