From 3a2149151dabd9e2731d0f001345f853039e9426 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Thu, 21 Nov 2002 16:32:29 +0000 Subject: fix indent --- display.c | 4 ++-- func.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/display.c b/display.c index 4bbc2e8..350c357 100644 --- a/display.c +++ b/display.c @@ -1,4 +1,4 @@ -/* $Id: display.c,v 1.35 2002/11/21 16:31:35 ukai Exp $ */ +/* $Id: display.c,v 1.36 2002/11/21 16:32:29 ukai Exp $ */ #include #include "fm.h" @@ -449,7 +449,7 @@ redrawNLine(Buffer *buf, int n) TabBuffer *t; int nx = nTabLine(), col = COLS - 2, x, l; - i = 0; + i = 0; move(0, 0); if (mouse_menu) { addstr(mouse_menu); diff --git a/func.c b/func.c index 6c4dee2..0cdfa10 100644 --- a/func.c +++ b/func.c @@ -1,4 +1,4 @@ -/* $Id: func.c,v 1.11 2002/11/21 16:31:36 ukai Exp $ */ +/* $Id: func.c,v 1.12 2002/11/21 16:32:29 ukai Exp $ */ /* * w3m func.c */ @@ -356,7 +356,7 @@ initMouseMenu(void) mouse_menu = Strnew_charp(s)->ptr; continue; } - if (strcmp(s, "button")) + if (strcmp(s, "button")) continue; /* error */ s = getWord(&p); b = atoi(s); -- cgit v1.2.3