Ignore:
Timestamp:
Apr 17, 2011, 11:56:44 PM (12 years ago)
Author:
Sam Hocevar
Message:

style: remove trailing spaces, fix copyright statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/net/sock.h

    r481 r494  
    1717  virtual net_address *copy()    = 0;
    1818  virtual void store_string(char *st, int st_length) = 0;    // this should be able to be used get_node_address()
    19   virtual ~net_address() {;}
     19  virtual ~net_address() { ; }
    2020};
    2121
     
    7979    // Notification methods
    8080    virtual net_socket *start_notify(int port, void *data, int len) { return 0; }
    81     virtual void end_notify() {}
     81    virtual void end_notify() { }
    8282    // for protocols that don't know how to find address without help, start_notify creates
    8383    //   a fast/connectionless socket to respond to find address request packets.  After start_notify,
Note: See TracChangeset for help on using the changeset viewer.