Whitespace fixes

This commit is contained in:
Strahinja Val Markovic 2015-07-02 14:32:27 -07:00
parent 53c44c6d44
commit 5796f52797

View File

@ -131,9 +131,9 @@ from ycmd import user_options_store
user_options_store.SetAll( base.BuildServerConf() )
from ycm import vimsupport
popen_args = [ utils.PathToPythonInterpreter(),
os.path.join( script_folder,
'../third_party/ycmd/check_core_version.py') ]
popen_args = [ utils.PathToPythonInterpreter(),
os.path.join( script_folder,
'../third_party/ycmd/check_core_version.py') ]
if utils.SafePopen( popen_args ).wait() == 2:
vimsupport.PostVimMessage(