check-code: fix sed 'i' command rule newline matching
The regular expression was meant to match cases where an 'i' command was not followed by precisely a '\' and then a newline; it failed to match the newline, so cases with a '\' but no newline would erroneously pass.
Please register or sign in to comment