From b0dd15b567ef39ae1ac2454d77d5f482de31c7f9 Mon Sep 17 00:00:00 2001 From: Dongsheng Yang Date: Wed, 1 Jul 2015 11:44:15 +0800 Subject: mtd-utils: fix 'space before tab in indent' problem Signed-off-by: Dongsheng Yang Signed-off-by: Brian Norris --- serve_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3