w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 34fbcf0c966ad9febbfc07d34c6e214fda9c7f57
parent b11819949a45426ee0ef59443092b6c412c5964e
Author: ukai <ukai>
Date:   Fri, 15 Nov 2002 16:05:56 +0000

fix indent

Diffstat:
Mmain.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main.c b/main.c @@ -989,7 +989,7 @@ main(int argc, char **argv, char **envp) if (CurrentAlarm.status & AL_IMPLICIT) { CurrentAlarm.buffer = Currentbuf; CurrentAlarm.status = AL_IMPLICIT_DONE - | (CurrentAlarm.status & AL_ONCE); + | (CurrentAlarm.status & AL_ONCE); } else if (CurrentAlarm.status & AL_IMPLICIT_DONE && CurrentAlarm.buffer != Currentbuf) { @@ -5266,7 +5266,7 @@ SigAlarm(SIGNAL_ARG) if (CurrentAlarm.status & AL_IMPLICIT) { CurrentAlarm.buffer = Currentbuf; CurrentAlarm.status = AL_IMPLICIT_DONE - | (CurrentAlarm.status & AL_ONCE); + | (CurrentAlarm.status & AL_ONCE); } else if (CurrentAlarm.status & AL_IMPLICIT_DONE && (CurrentAlarm.buffer != Currentbuf || @@ -5282,7 +5282,7 @@ SigAlarm(SIGNAL_ARG) } static void -copyAlarmEvent(AlarmEvent *src, AlarmEvent *dst) +copyAlarmEvent(AlarmEvent * src, AlarmEvent * dst) { if (!src || !dst) return;