mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Clear some style deviations.
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
#include "px.h"
|
||||
|
||||
static mpz_t *
|
||||
mp_new()
|
||||
mp_new(void)
|
||||
{
|
||||
mpz_t *mp = mp_int_alloc();
|
||||
|
||||
|
Reference in New Issue
Block a user