Skip to content

Commit 966863e

Browse files
authored
Merge pull request #57 from docwhat/pr/indent
Inconsistent indentation
2 parents 0f754d2 + 1cf58ff commit 966863e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/better-whitespace.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let g:loaded_better_whitespace_plugin = 1
1111
" initialized if it does not exist prior.
1212
function! s:InitVariable(var, value)
1313
if !exists(a:var)
14-
execute 'let ' . a:var . ' = ' . string(a:value)
14+
execute 'let ' . a:var . ' = ' . string(a:value)
1515
endif
1616
endfunction
1717

0 commit comments

Comments
 (0)