follow-up: leading tab to spaces

This commit is contained in:
nhmall
2024-12-12 17:06:12 -05:00
parent 1b607d1757
commit 8bb764e624

View File

@@ -665,7 +665,7 @@ execplinehandler(const char *line)
args[1] = line;
args[2] = NULL;
ret = _spawnv(_P_NOWAIT, sysopt.msghandler, args);
nhUse(ret); /* -Wunused-but-set-variable */
nhUse(ret); /* -Wunused-but-set-variable */
}
#else
use_pline_handler = FALSE;