source-nfq: suppress insecable space.

This patch supresses an insecable space and fixes an
indentation.
remotes/origin/master-1.1.x
Eric Leblond 14 years ago committed by Victor Julien
parent 01beefc1c9
commit 830ca7c2c8

@ -750,7 +750,7 @@ process_rv:
SCMutexLock(&t->mutex_qh);
if (t->qh) {
ret = nfq_handle_packet(t->h, buf, rv);
} else {
} else {
SCLogWarning(SC_ERR_NFQ_HANDLE_PKT, "NFQ handle has been destroyed");
ret = -1;
}

Loading…
Cancel
Save