follow-up: leading tab to spaces

This commit is contained in:
nhmall
2024-12-12 17:06:12 -05:00
parent 1b607d1757
commit 8bb764e624
+1 -1
View File
@@ -665,7 +665,7 @@ execplinehandler(const char *line)
args[1] = line; args[1] = line;
args[2] = NULL; args[2] = NULL;
ret = _spawnv(_P_NOWAIT, sysopt.msghandler, args); ret = _spawnv(_P_NOWAIT, sysopt.msghandler, args);
nhUse(ret); /* -Wunused-but-set-variable */ nhUse(ret); /* -Wunused-but-set-variable */
} }
#else #else
use_pline_handler = FALSE; use_pline_handler = FALSE;