From: Dongsheng Yang Date: Wed, 1 Jul 2015 03:44:15 +0000 (+0800) Subject: mtd-utils: fix 'space before tab in indent' problem X-Git-Tag: v1.5.2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b0dd15b567ef39ae1ac2454d77d5f482de31c7f9;p=mtd-utils.git mtd-utils: fix 'space before tab in indent' problem Signed-off-by: Dongsheng Yang Signed-off-by: Brian Norris --- diff --git a/serve_image.c b/serve_image.c index 4f0e946..d3794ec 100644 --- a/serve_image.c +++ b/serve_image.c @@ -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;