FS-8953 [core] white space clean up.

This commit is contained in:
Ken Rice
2016-03-17 08:55:00 -05:00
parent 10b46424f3
commit e18c12b609
25 changed files with 812 additions and 813 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ static int db_is_up(switch_pgsql_handle_t *handle)
goto done;
}
/* Try a non-blocking read on the connection to gobble up any EOF from a closed connection and mark the connection BAD if it is closed. */
PQconsumeInput(handle->con);
/* Try a non-blocking read on the connection to gobble up any EOF from a closed connection and mark the connection BAD if it is closed. */
PQconsumeInput(handle->con);
if (PQstatus(handle->con) == CONNECTION_BAD) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "PQstatus returned bad connection; reconnecting...\n");