Fix formatting again

This commit is contained in:
Eric Fischer 2015-06-18 14:47:29 -07:00
parent a185073f0a
commit d96dee8dad

View File

@ -396,7 +396,7 @@ static void merge(struct merge *merges, int nmerges, unsigned char *map, FILE *f
}
struct stringpool {
char *s; // first byte is type
char *s; // first byte is type
struct stringpool *left;
struct stringpool *right;
long long off;