whitespace cleanup: remove trailing blanks

This commit is contained in:
Axel Kohlmeyer
2019-11-03 11:03:39 -05:00
parent 9e7ca428aa
commit b6b022b610
69 changed files with 452 additions and 452 deletions

View File

@ -39,7 +39,7 @@ class Input : protected Pointers {
// substitute for variables in a string
int expand_args(int, char **, int, char **&); // expand args due to wildcard
void write_echo(const char *); // send text to active echo file pointers
protected:
char *command; // ptr to current command
int echo_screen; // 0 = no, 1 = yes