commit de39a9444f03672a980255e1ef67259adc6a2401
parent 7fc90f5a001b908efdfb77afd3e0c3a3f7a7aea8
Author: ukai <ukai>
Date: Thu, 30 Jan 2003 16:21:59 +0000
fix indent
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/main.c b/main.c
@@ -4797,8 +4797,7 @@ curlno()
else
tmp = Sprintf("line %d/%d (%d%%) col %d/%d", cur, all,
(int)((double)cur * 100.0 / (double)(all ? all : 1)
- + 0.5),
- col, len);
+ + 0.5), col, len);
#ifdef JP_CHARSET
Strcat_charp(tmp, " ");
Strcat_charp(tmp, code_to_str(Currentbuf->document_code));