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:
Grissiom
2010-09-18 09:51:16 +08:00
parent 41b8db063c
commit c6372a1b3f
87 changed files with 4952 additions and 4952 deletions

View File

@@ -6,7 +6,7 @@
#ifndef FISH_PRINT_HELP_H
#define FISH_PRINT_HELP_H
/**
/**
Print help message for the specified command
*/