diff --git a/syntax_checkers/c/splint.vim b/syntax_checkers/c/splint.vim index 6ea22392..003f1ec7 100644 --- a/syntax_checkers/c/splint.vim +++ b/syntax_checkers/c/splint.vim @@ -45,7 +45,9 @@ function! SyntaxCheckers_c_splint_GetLocList() return SyntasticMake({ \ 'makeprg': makeprg, \ 'errorformat': errorformat, - \ 'defaults': {'type': 'W', 'subtype': 'Style' } }) + \ 'subtype': 'Style', + \ 'postprocess': ['compressWhitespace'], + \ 'defaults': {'type': 'W'} }) endfunction call g:SyntasticRegistry.CreateAndRegisterChecker({