aboutsummaryrefslogtreecommitdiffstats
path: root/etc.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-01-23 18:38:04 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-01-23 18:38:04 +0000
commitc50771b0a141505d75a57987f92c60e5b426fd7e (patch)
treedb53b83d6295ad7685d5354f008afc8c1c7f61e0 /etc.c
parent[w3m-dev 03667] fold patch (diff)
downloadw3m-c50771b0a141505d75a57987f92c60e5b426fd7e.tar.gz
w3m-c50771b0a141505d75a57987f92c60e5b426fd7e.zip
fix indent
Diffstat (limited to '')
-rw-r--r--etc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc.c b/etc.c
index 1edf52d..26fcc41 100644
--- a/etc.c
+++ b/etc.c
@@ -1,4 +1,4 @@
-/* $Id: etc.c,v 1.58 2003/01/23 18:37:20 ukai Exp $ */
+/* $Id: etc.c,v 1.59 2003/01/23 18:38:06 ukai Exp $ */
#include "fm.h"
#include <pwd.h>
#include "myctype.h"
@@ -240,7 +240,7 @@ checkType(Str s, Lineprop **oprop
#ifdef USE_ANSI_COLOR
, Linecolor **ocolor
#endif
- )
+ )
{
Lineprop mode;
Lineprop effect = PE_NORMAL;