misc: cleanup extra whitespace
No blank lines at end of file
This commit is contained in:
parent
753ef5bbd6
commit
1473bda921
|
|
@ -272,7 +272,7 @@ static void dump_raw_db(FILE *fp, int to_hist)
|
||||||
if (jw) {
|
if (jw) {
|
||||||
jsonw_name(jw, n->name);
|
jsonw_name(jw, n->name);
|
||||||
jsonw_start_object(jw);
|
jsonw_start_object(jw);
|
||||||
|
|
||||||
for (i=0; i<MAXS && stats[i]; i++)
|
for (i=0; i<MAXS && stats[i]; i++)
|
||||||
jsonw_uint_field(jw, stats[i], vals[i]);
|
jsonw_uint_field(jw, stats[i], vals[i]);
|
||||||
jsonw_end_object(jw);
|
jsonw_end_object(jw);
|
||||||
|
|
|
||||||
|
|
@ -377,4 +377,3 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue