fix indent

This commit is contained in:
Fumitoshi UKAI
2003-07-26 17:17:28 +00:00
parent c913794f0c
commit a8dbfcd251
2 changed files with 6 additions and 7 deletions

5
func.c
View File

@@ -1,4 +1,4 @@
/* $Id: func.c,v 1.23 2003/07/26 17:16:24 ukai Exp $ */
/* $Id: func.c,v 1.24 2003/07/26 17:17:28 ukai Exp $ */
/*
* w3m func.c
*/
@@ -124,8 +124,7 @@ interpret_keymap(FILE *kf, struct stat *current, int force)
(!force &&
kstat.st_mtime == current->st_mtime &&
kstat.st_dev == current->st_dev &&
kstat.st_ino == current->st_ino &&
kstat.st_size == current->st_size))
kstat.st_ino == current->st_ino && kstat.st_size == current->st_size))
return;
*current = kstat;

2
menu.c
View File

@@ -1,4 +1,4 @@
/* $Id: menu.c,v 1.32 2003/07/26 17:16:24 ukai Exp $ */
/* $Id: menu.c,v 1.33 2003/07/26 17:17:28 ukai Exp $ */
/*
* w3m menu.c
*/