Skip to content

Commit d3ffef5

Browse files
committed
remove debug code
1 parent 7d6da4c commit d3ffef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/clang_format.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ let g:clang_format#style_options = s:getg('clang_format#style_options', {})
119119
let g:clang_format#detect_style_file = s:getg('clang_format#detect_style_file', 1)
120120
let g:clang_format#auto_format = s:getg('clang_format#auto_format', 0)
121121
let g:clang_format#auto_format_on_insert_leave = s:getg('clang_format#auto_format_on_insert_leave', 0)
122-
let g:clang_format#auto_formatexpr = s:getg('clang_format#auto_formatexpr', 0) || 1
122+
let g:clang_format#auto_formatexpr = s:getg('clang_format#auto_formatexpr', 0)
123123
" }}}
124124

125125
" format codes {{{

0 commit comments

Comments
 (0)