summaryrefslogtreecommitdiff
path: root/ext/gettext
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-07 12:22:12 -0200
committerJoe <krakjoe@php.net>2018-02-08 09:57:43 +0100
commitd9068e84b729ead6fced0d8e8ef08bfb3423d514 (patch)
treeeeb359f55c48f59f2a2504b3d76eeee7a258463d /ext/gettext
parent2d48d734a20192a10792669baaa88dbe86f2b3a6 (diff)
downloadphp-git-d9068e84b729ead6fced0d8e8ef08bfb3423d514.tar.gz
Remove space between function name and open parentheses
Diffstat (limited to 'ext/gettext')
-rw-r--r--ext/gettext/gettext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gettext/gettext.c b/ext/gettext/gettext.c
index a02d4b9145..9747502761 100644
--- a/ext/gettext/gettext.c
+++ b/ext/gettext/gettext.c
@@ -299,7 +299,7 @@ PHP_NAMED_FUNCTION(zif_ngettext)
#endif
#if HAVE_DNGETTEXT
-/* {{{ proto string dngettext (string domain, string msgid1, string msgid2, int count)
+/* {{{ proto string dngettext(string domain, string msgid1, string msgid2, int count)
Plural version of dgettext() */
PHP_NAMED_FUNCTION(zif_dngettext)
{
@@ -325,7 +325,7 @@ PHP_NAMED_FUNCTION(zif_dngettext)
#endif
#if HAVE_DCNGETTEXT
-/* {{{ proto string dcngettext (string domain, string msgid1, string msgid2, int n, int category)
+/* {{{ proto string dcngettext(string domain, string msgid1, string msgid2, int n, int category)
Plural version of dcgettext() */
PHP_NAMED_FUNCTION(zif_dcngettext)
{