signature_block.vim: remove trailing spaces on empty lines
[vim/signature_block.vim.git] / plugin / signature_block.vim
index 7aff4db..8d19134 100644 (file)
@@ -105,7 +105,7 @@ func! ReplaceAllSignatures(sigfile)
        endtry
 
        call AppendSignature(a:sigfile)
        endtry
 
        call AppendSignature(a:sigfile)
-       
+
        " restore cursor position from mark 'z' if the mark is still valid
        silent! normal `z
 
        " restore cursor position from mark 'z' if the mark is still valid
        silent! normal `z
 
@@ -133,7 +133,7 @@ func! ReplaceLastSignature(sigfile)
        endtry
 
        call AppendSignature(a:sigfile)
        endtry
 
        call AppendSignature(a:sigfile)
-       
+
        " restore cursor position from mark 'z' if the mark is still valid
        silent! normal `z
 
        " restore cursor position from mark 'z' if the mark is still valid
        silent! normal `z