Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/net/in.h

    r774e6d1a re4554d4  
    4343
    4444/** INET string address maximum length. */
    45 #define INET_ADDRSTRLEN  (4 * 3 + 3 + 1)
     45#define INET_ADDRSTRLEN         (4 * 3 + 3 + 1)
    4646
    4747/** Type definition of the INET address.
    4848 * @see in_addr
    4949 */
    50 typedef struct in_addr in_addr_t;
     50typedef struct in_addr          in_addr_t;
    5151
    5252/** Type definition of the INET socket address.
Note: See TracChangeset for help on using the changeset viewer.