Fix whitespace

This commit is contained in:
Peter Eisentraut 2014-08-13 23:15:26 -04:00
parent 1d678bf7bc
commit 5333c72c95

View File

@ -1042,4 +1042,3 @@ SSLerrmessage(void)
snprintf(errbuf, sizeof(errbuf), _("SSL error code %lu"), errcode);
return errbuf;
}