mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Renaming cleanup, no pgindent yet.
This commit is contained in:
@@ -47,7 +47,7 @@ sigaddset(int *set, int signo)
|
||||
int
|
||||
sigemptyset(int *set)
|
||||
{
|
||||
return (*set = 0);
|
||||
return *set = 0;
|
||||
}
|
||||
|
||||
char *
|
||||
|
Reference in New Issue
Block a user