mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
remove trailing spaces
This is done by `sed -i -e 's/[ \t]*$//' *.[c,h]`, which should not introduce any functionality change.
This commit is contained in:
4
exec.h
4
exec.h
@@ -19,7 +19,7 @@
|
||||
#define PIPE_ERROR _(L"An error occurred while setting up pipe")
|
||||
|
||||
/**
|
||||
Execute the processes specified by j.
|
||||
Execute the processes specified by j.
|
||||
|
||||
I've put a fair bit of work into making builtins behave like other
|
||||
programs as far as pipes are concerned. Unlike i.e. bash, builtins
|
||||
@@ -51,7 +51,7 @@ void exec( job_t *j );
|
||||
|
||||
\return the status of the last job to exit, or -1 if en error was encountered.
|
||||
*/
|
||||
__warn_unused int exec_subshell( const wchar_t *cmd,
|
||||
__warn_unused int exec_subshell( const wchar_t *cmd,
|
||||
array_list_t *l );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user