diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-08-27 16:25:54 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-08-27 16:25:54 +0000 |
commit | ae6c767c94e4a179392052af1dd808426055d400 (patch) | |
tree | 73655427474af2ff0f928a8e54d0ba8fd0b654ee | |
parent | Debian Bug#157098: wrong file presentation on large files (diff) | |
download | w3m-ae6c767c94e4a179392052af1dd808426055d400.tar.gz w3m-ae6c767c94e4a179392052af1dd808426055d400.zip |
run indent
-rw-r--r-- | file.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.95 2002/08/20 17:49:39 ukai Exp $ */ +/* $Id: file.c,v 1.96 2002/08/27 16:25:54 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -5811,7 +5811,7 @@ convert_size2(clen_t size1, clen_t size2, int usefloat) } void -showProgress(clen_t *linelen, clen_t *trbyte) +showProgress(clen_t * linelen, clen_t * trbyte) { int i, j, rate, duration, eta, pos; static time_t last_time, start_time; |