Ignore:
Timestamp:
Dec 5, 2012, 5:29:46 PM (10 years ago)
Author:
jordan
Message:

Follow more common whitespace style conventions in the C code (libtransmission, daemon, utils, cli, gtk).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/upnp.h

    r11709 r13625  
    33 *
    44 * This file is licensed by the GPL version 2. Works owned by the
    5  * Transmission project are granted a special exemption to clause 2(b)
     5 * Transmission project are granted a special exemption to clause 2 (b)
    66 * so that the bulk of its code can remain under the MIT license.
    77 * This exemption does not extend to derived works not owned by
     
    2525typedef struct tr_upnp tr_upnp;
    2626
    27 tr_upnp * tr_upnpInit( void );
     27tr_upnp * tr_upnpInit (void);
    2828
    29 void      tr_upnpClose( tr_upnp * );
     29void      tr_upnpClose (tr_upnp *);
    3030
    31 int       tr_upnpPulse(         tr_upnp *,
     31int       tr_upnpPulse (      tr_upnp *,
    3232                            int port,
    3333                            int isEnabled,
    34                             int doPortCheck );
     34                            int doPortCheck);
    3535/* @} */
    3636#endif
Note: See TracChangeset for help on using the changeset viewer.