mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-11 17:22:58 +08:00
Before this patch multiline warnings would appear in a single line with '^@' as separator. Now we use whitespace as separator to improve the appearance. Also strip trailing whitespace, newlines, etc... Fixes #3939