mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
Delete stray whitespace.
This commit is contained in:
parent
dc102b8130
commit
20789f5f92
@ -674,7 +674,6 @@ dosavetrap(int sig, int level)
|
||||
#ifdef DEBUG
|
||||
else dputs("BUG: no function present with function trap flag set.");
|
||||
#endif
|
||||
|
||||
st->list = newshf;
|
||||
} else if (sigtrapped[sig]) {
|
||||
st->list = sigfuncs[sig] ? dupeprog(sigfuncs[sig], 0) : NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user