VirtualBox

Ignore:
Timestamp:
Sep 28, 2009 12:41:20 PM (15 years ago)
Author:
vboxsync
Message:

NAT: small cosmetics, trailing spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/mbuf.c

    r23242 r23369  
    3434     * Find a nice value for msize
    3535     */
    36     msize = (if_mtu>if_mru ? if_mtu : if_mru) 
     36    msize = (if_mtu>if_mru ? if_mtu : if_mru)
    3737          + sizeof(struct m_hdr) + sizeof(void *)   /*pointer to the backstore*/
    3838          + if_maxlinkhdr ;
     
    244244        else
    245245        {
    246             if (   (char *)dat >=  m->m_dat 
     246            if (   (char *)dat >=  m->m_dat
    247247                && (char *)dat <  (m->m_dat + m->m_size))
    248248                return m;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette