Coding style update

This commit is contained in:
Ronnie Sahlberg
2013-11-05 17:59:55 -08:00
parent e59c336450
commit 78e49f1427

View File

@@ -721,8 +721,9 @@ iscsi_service_reconnect_if_loggedin(struct iscsi_context *iscsi)
int
iscsi_service(struct iscsi_context *iscsi, int revents)
{
if (iscsi->fd < 0)
if (iscsi->fd < 0) {
return 0;
}
if (revents & POLLERR) {
int err = 0;