summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-10-11 08:01:18 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-10-11 08:01:18 +0000
commitd2f99493a0350f5593cd74e4695631a284691e41 (patch)
tree3713f9c02fe2115b714d59c585b903ce926d9643 /ext
parent1a867685a07dd77c295ab8f75f605669f3ce9034 (diff)
downloadphp-git-d2f99493a0350f5593cd74e4695631a284691e41.tar.gz
Reformatted.
# Still bad?
Diffstat (limited to 'ext')
-rw-r--r--ext/iconv/iconv.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c
index b7e56710de..5548eab368 100644
--- a/ext/iconv/iconv.c
+++ b/ext/iconv/iconv.c
@@ -122,8 +122,10 @@ PHP_MINIT_FUNCTION(miconv)
}
#endif
- REGISTER_STRING_CONSTANT( "ICONV_IMPL", ICONV_IMPL, CONST_CS | CONST_PERSISTENT );
- REGISTER_STRING_CONSTANT( "ICONV_VERSION", version, CONST_CS | CONST_PERSISTENT );
+ REGISTER_STRING_CONSTANT( "ICONV_IMPL", ICONV_IMPL, CONST_CS
+ | CONST_PERSISTENT );
+ REGISTER_STRING_CONSTANT( "ICONV_VERSION", version, CONST_CS
+ | CONST_PERSISTENT );
return SUCCESS;
}