Home
last modified time | relevance | path

Searched refs:trailing_errors (Results 1 – 1 of 1) sorted by relevance

/dports/comms/rtl-433/rtl_433-21.12/tests/
H A Dstyle-check.c38 int trailing_errors = 0; in style_check() local
71 trailing_errors++; in style_check()
111 if (trailing_errors) in style_check()
112 printf("File \"%s\" has %d TRAILING whitespace errors.\n", path, trailing_errors); in style_check()
124 return read_errors + long_errors + crlf_errors + tabs_errors + leading_tabs + trailing_errors in style_check()