Skip to content

Commit 1cf58ff

Browse files
committed
Inconsistent indentation
1 parent 7b3889c commit 1cf58ff

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)