]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
misc: cleanup extra whitespace
authorStephen Hemminger <shemming@brocade.com>
Fri, 23 Oct 2015 22:44:30 +0000 (15:44 -0700)
committerStephen Hemminger <shemming@brocade.com>
Fri, 23 Oct 2015 22:44:30 +0000 (15:44 -0700)
No blank lines at end of file

misc/ifstat.c
misc/lnstat.c

index 9118c80b2e8ca4e74a37493ce2e06d88c334d6c7..20a8db45985be1939adc6eabb3e67df34fb3eca2 100644 (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);
index 2cbd789809d8c8fa73a9eeca6d6c665e561eb881..1e547d063eeb568bdf5fb232906401f6a2d5e103 100644 (file)
@@ -377,4 +377,3 @@ int main(int argc, char **argv)
 
        return 1;
 }
-