]> www.infradead.org Git - mtd-utils.git/commitdiff
mtd-utils: fix 'space before tab in indent' problem
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Wed, 1 Jul 2015 03:44:15 +0000 (11:44 +0800)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 6 Jul 2015 21:52:36 +0000 (14:52 -0700)
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
serve_image.c

index 4f0e9460b2235e4a097d64d2b7f1afee91093dcc..d3794ecbdae9fa1d290cb5a538a158b0532ed183 100644 (file)
@@ -182,7 +182,7 @@ int main(int argc, char **argv)
        while (1) for (pkt_nr=0; pkt_nr < total_pkts_per_block; pkt_nr++) {
 
                if (blockptr && pkt_nr == 0) {
-                       unsigned long amt_sent = total_pkts_per_block * nr_blocks * sizeof(pktbuf);
+                       unsigned long amt_sent = total_pkts_per_block * nr_blocks * sizeof(pktbuf);
                        gettimeofday(&now, NULL);
 
                        time_msecs = (now.tv_sec - then.tv_sec) * 1000;