follow-up: leading tab to spaces
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user