Home
last modified time | relevance | path

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

/dports/comms/rtl-433/rtl_433-21.12/tests/
H A Dstyle-check.c40 int funbrace_errors = 0; in style_check() local
74 funbrace_errors++; in style_check()
115 if (funbrace_errors) in style_check()
116 printf("File \"%s\" has %d BRACE function on newline error.\n", path, funbrace_errors); in style_check()
125 + funbrace_errors + (strict ? use_stdout + use_printf : 0) + memc_errors; in style_check()