Ignore:
Timestamp:
05/29/18 16:51:14 (6 years ago)
Author:
Maciej Komosinski
Message:

Code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/validitychecks.h

    r512 r793  
    99#include <frams/util/sstring.h>
    1010
    11 bool listIndexCheck(SList* list,int index,const char* msgobj,const char* msgfun);
    12 SString stringCheck(SString& in,const char* msgobj,const char* msgfun,const char* msg,SString (*checker)(const SString& in)=NULL);
     11bool listIndexCheck(SList* list, int index, const char* msgobj, const char* msgfun);
     12SString stringCheck(SString& in, const char* msgobj, const char* msgfun, const char* msg, SString(*checker)(const SString& in) = NULL);
    1313
    1414#endif
Note: See TracChangeset for help on using the changeset viewer.