commit | 08b50e1e03b27950730f3136eb311962d0deec14 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Dec 19 09:35:37 2022 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Dec 19 09:35:37 2022 +0100 |
tree | e972e7b6a9b5333cbc596d8be68facdaf88cc68f | |
parent | 6cafa8782485310b99b5f9963ec5e030b0e18bad [diff] |
gprofng/testsuite: correct line continuation in endcases.c A backslash used to indicate line continuation (in a macro definition here) is not supposed to be followed by blanks or other white space; the end-of-line indicator is to follow immediately.