aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/gdb_locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/gdb_locale.h')
-rw-r--r--gdbsupport/gdb_locale.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gdbsupport/gdb_locale.h b/gdbsupport/gdb_locale.h
index f7c8cd4..3703c5d 100644
--- a/gdbsupport/gdb_locale.h
+++ b/gdbsupport/gdb_locale.h
@@ -20,20 +20,20 @@
#define COMMON_GDB_LOCALE_H
#ifdef HAVE_LOCALE_H
-# include <locale.h>
+#include <locale.h>
#endif
#ifdef ENABLE_NLS
-# include <libintl.h>
-# define _(String) gettext (String)
-# ifdef gettext_noop
-# define N_(String) gettext_noop (String)
-# else
-# define N_(String) (String)
-# endif
+#include <libintl.h>
+#define _(String) gettext (String)
+#ifdef gettext_noop
+#define N_(String) gettext_noop (String)
#else
-# define _(String) (String)
-# define N_(String) (String)
+#define N_(String) (String)
+#endif
+#else
+#define _(String) (String)
+#define N_(String) (String)
#endif
#ifdef HAVE_LANGINFO_CODESET