whitespace correction

This commit is contained in:
Tim Rühsen 2014-08-14 11:05:47 +02:00
parent 35953d4bf2
commit c5f61d745b
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ const char *psl_builtin_filename(void)
*
* Since: 0.2.5
**/
const char *psl_get_version (void)
const char *psl_get_version(void)
{
#ifdef WITH_LIBICU
return PACKAGE_VERSION " (+libicu/" U_ICU_VERSION ")";