mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
pgindent run for 9.4
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
This commit is contained in:
@ -42,7 +42,7 @@ pgkill(int pid, int sig)
|
||||
/* special case for SIGKILL: just ask the system to terminate the target */
|
||||
if (sig == SIGKILL)
|
||||
{
|
||||
HANDLE prochandle;
|
||||
HANDLE prochandle;
|
||||
|
||||
if ((prochandle = OpenProcess(PROCESS_TERMINATE, FALSE, (DWORD) pid)) == NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user