aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>2015-07-01 11:44:15 +0800
committerBrian Norris <computersforpeace@gmail.com>2015-07-06 14:52:36 -0700
commitb0dd15b567ef39ae1ac2454d77d5f482de31c7f9 (patch)
tree61a8f5538c8abdb7e4bcd23a0b8ab16f2d8bcdb3
parentddd8d3b39fc9b84a3bdb94d9ac62d2b20581dca4 (diff)
mtd-utils: fix 'space before tab in indent' problem
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
-rw-r--r--serve_image.c2
1 files changed, 1 insertions, 1 deletions
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;