Maxim Korotkov
Maxim Korotkov
@j2doll my tool-set: cppcheck, clang-tidy and a commercial solution what I don't want to call
@dantti if you mean spaces instead tab, i replaced it
@dantti now is ok?
@maks-mishin this isn't correct, mark of error_handling must be after return 0, now the function always return -1 probably you should added variable int ret and initialize it 0, and...