summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorfanf <fanf@13f79535-47bb-0310-9956-ffa450edef68>2000-10-25 15:02:51 +0000
committerfanf <fanf@13f79535-47bb-0310-9956-ffa450edef68>2000-10-25 15:02:51 +0000
commit7847a8adca1445d2db132a46978ac1a2d91c49cf (patch)
tree5adf21647f19be73530746989d0e37adf2da072d /i18n
parent5419ef437f8ba57866d21ffd29156504d86e048f (diff)
downloadlibapr-7847a8adca1445d2db132a46978ac1a2d91c49cf.tar.gz
ensure that all cpp directives start with a # in column one
PR: 6742 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60613 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'i18n')
-rw-r--r--i18n/unix/xlate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18n/unix/xlate.c b/i18n/unix/xlate.c
index 6ff40c679..5f04132fb 100644
--- a/i18n/unix/xlate.c
+++ b/i18n/unix/xlate.c
@@ -99,11 +99,11 @@ struct apr_xlate_t {
static const char *get_default_charset(void)
{
#ifdef __MVS__
- #ifdef __CODESET__
+# ifdef __CODESET__
return __CODESET__;
- #else
+# else
return "IBM-1047";
- #endif
+# endif
#endif
if ('}' == 0xD0) {