zap trailing whitespace and tabs
This commit is contained in:
parent
8b897ac235
commit
2990d002be
179 changed files with 992 additions and 992 deletions
|
@ -38,7 +38,7 @@ struct track_info {
|
|||
char *file;
|
||||
SLIST_ENTRY(track_info) track_list;
|
||||
char type;
|
||||
int speed;
|
||||
int speed;
|
||||
};
|
||||
SLIST_HEAD(track_head, track_info);
|
||||
extern struct track_head tracks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue