1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

C comments: remove odd blank lines after #ifdef WIN32 lines

This commit is contained in:
Bruce Momjian
2014-03-13 01:34:42 -04:00
parent a3115f0d9e
commit 886c0be3f6
17 changed files with 1 additions and 27 deletions

View File

@ -144,7 +144,6 @@ getaddrinfo(const char *node, const char *service,
struct addrinfo hints;
#ifdef WIN32
/*
* If Windows has native IPv6 support, use the native Windows routine.
* Otherwise, fall through and use our own code.
@ -267,7 +266,6 @@ freeaddrinfo(struct addrinfo * res)
if (res)
{
#ifdef WIN32
/*
* If Windows has native IPv6 support, use the native Windows routine.
* Otherwise, fall through and use our own code.
@ -359,7 +357,6 @@ getnameinfo(const struct sockaddr * sa, int salen,
char *service, int servicelen, int flags)
{
#ifdef WIN32
/*
* If Windows has native IPv6 support, use the native Windows routine.
* Otherwise, fall through and use our own code.