misc: cleanup extra whitespace

No blank lines at end of file
This commit is contained in:
Stephen Hemminger 2015-10-23 15:44:30 -07:00
parent 753ef5bbd6
commit 1473bda921
2 changed files with 1 additions and 2 deletions

View File

@ -272,7 +272,7 @@ static void dump_raw_db(FILE *fp, int to_hist)
if (jw) {
jsonw_name(jw, n->name);
jsonw_start_object(jw);
for (i=0; i<MAXS && stats[i]; i++)
jsonw_uint_field(jw, stats[i], vals[i]);
jsonw_end_object(jw);

View File

@ -377,4 +377,3 @@ int main(int argc, char **argv)
return 1;
}