Commit 1473bda9 authored by Stephen Hemminger's avatar Stephen Hemminger

misc: cleanup extra whitespace

No blank lines at end of file
parent 753ef5bb
......@@ -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);
......
......@@ -377,4 +377,3 @@ int main(int argc, char **argv)
return 1;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment