fix bad indentation and whitespace resulting from cut&paste

This commit is contained in:
Luigi Rizzo 2002-06-23 09:15:43 +00:00
parent dfd1ae2f86
commit 51aed12e52
2 changed files with 25 additions and 26 deletions

View File

@ -464,7 +464,6 @@ iphack:
goto pass;
if (DUMMYNET_LOADED && (i & IP_FW_PORT_DYNT_FLAG) != 0) {
/* Send packet to the appropriate pipe */
ip_dn_io_ptr(m, i&0xffff, DN_TO_IP_IN, &args);
return;
}