aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-09-24 18:48:58 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-09-24 18:48:58 +0000
commitb411c1109dc4305a231689405e214f2e307c3cde (patch)
treec5a293e6144d774e7f7d32da269f57ebed50d328 /fm.h
parentgettextize (diff)
downloadw3m-b411c1109dc4305a231689405e214f2e307c3cde.tar.gz
w3m-b411c1109dc4305a231689405e214f2e307c3cde.zip
fix indent
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fm.h b/fm.h
index c48481d..3699529 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.121 2003/09/23 18:42:25 ukai Exp $ */
+/* $Id: fm.h,v 1.122 2003/09/24 18:48:59 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -51,7 +51,7 @@
#include <locale.h>
#endif
#if !HAVE_SETLOCALE
-#define setlocale(category, locale) /* empty */
+#define setlocale(category, locale) /* empty */
#endif
#if ENABLE_NLS
@@ -60,9 +60,9 @@
#define N_(String) (String)
#else
# undef bindtextdomain
-# define bindtextdomain(Domain, Directory) /* empty */
+# define bindtextdomain(Domain, Directory) /* empty */
# undef textdomain
-# define textdomain(Domain) /* empty */
+# define textdomain(Domain) /* empty */
# define _(Text) Text
# define N_(Text) Text
# define gettext(Text) Text