Ignore:
Timestamp:
Mar 18, 2008, 9:36:56 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Get rid of ugly tabs and trailing spaces everywhere.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/human.hpp

    r57 r124  
    1616{
    1717
    18 public : 
     18public :
    1919  human(long X, long Y) { defaults(); x=X; y=Y; }
    2020  human(FILE *fp, unsigned char *state_remap) { load(fp,state_remap); }
Note: See TracChangeset for help on using the changeset viewer.