diff mbox

[2/4] mtd-utils: fix 'space before tab in indent' problem

Message ID 1435722257-13218-2-git-send-email-yangds.fnst@cn.fujitsu.com
State Accepted
Commit b0dd15b567ef39ae1ac2454d77d5f482de31c7f9
Headers show

Commit Message

Dongsheng Yang July 1, 2015, 3:44 a.m. UTC
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
---
 serve_image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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;