Coding convention fix. Space between a function name and its opening

2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>

        * glib/gi18n.c (g_i18n_init): Coding convention fix. Space between
        a function name and its opening parenthesis.


svn path=/trunk/; revision=6885
This commit is contained in:
Yair Hershkovitz 2008-05-12 10:04:21 +00:00 committed by Yair Hershkovitz
parent 5e96ad041f
commit 6ff895239a
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2008-05-12 Yair Hershkovitz <yairhr@gmail.com>
* glib/gi18n.c (g_i18n_init): Coding convention fix. Space between
a function name and its opening parenthesis.
2008-05-12 Tor Lillqvist <tml@novell.com>
* glib/glib.symbols: Add g_i18n_init.