mirror of
https://github.com/postgres/postgres.git
synced 2026-03-22 02:20:53 -04:00
style: define parameterless functions as foo(void).
Change pg_icu_unicode_version() to pg_icu_unicode_version(void), introduced by commitaf2d4ca191. See commit9b05e2ec08, which fixed similar cases. Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Discussion: https://postgr.es/m/aaEhpwrj1FY/8/7n@ip-10-97-1-34.eu-west-3.compute.internal
This commit is contained in:
parent
cdaa675658
commit
11171fe1fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1650,7 +1650,7 @@ pg_towlower(pg_wchar wc, pg_locale_t locale)
|
|||
|
||||
/* version of Unicode used by ICU */
|
||||
const char *
|
||||
pg_icu_unicode_version()
|
||||
pg_icu_unicode_version(void)
|
||||
{
|
||||
#ifdef USE_ICU
|
||||
return U_UNICODE_VERSION;
|
||||
|
|
|
|||
Loading…
Reference in a new issue