Ignore:
Timestamp:
04/04/15 20:40:02 (9 years ago)
Author:
Maciej Komosinski
Message:

Code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/autoname.h

    r286 r343  
    1111class AutoName
    1212{
    13 static SString firstName(Model&);
    14 static SString lastName(Model&);
     13        static SString firstName(Model&);
     14        static SString lastName(Model&);
    1515public:
    16 static SString makeName(Model&);
     16        static SString makeName(Model&);
    1717};
    1818
Note: See TracChangeset for help on using the changeset viewer.