remove trailing whitespace

This commit is contained in:
Denis Vlasenko
2007-10-14 04:55:59 +00:00
parent be039374f3
commit 3f5fdc7572
11 changed files with 29 additions and 29 deletions

View File

@@ -45,7 +45,7 @@ struct globals {
unsigned max_per_host;
unsigned cur_per_host;
unsigned cnum;
unsigned cmax;
unsigned cmax;
};
#define G (*(struct globals*)&bb_common_bufsiz1)
#define verbose (G.verbose )