Code style fix

This commit is contained in:
Strahinja Val Markovic 2013-01-28 10:05:13 -08:00
parent 68f0bcb1c1
commit d3874ebb65

View File

@ -185,7 +185,7 @@ class ClangCompleter( Completer ):
def DebugInfo( self ): def DebugInfo( self ):
filename = vim.current.buffer.name filename = vim.current.buffer.name
flags = self.flags.FlagsForFile( filename ) flags = self.flags.FlagsForFile( filename )
return 'Flags for {0}:\n{1}'.format( filename, list(flags) ) return 'Flags for {0}:\n{1}'.format( filename, list( flags ) )
# TODO: make these functions module-local # TODO: make these functions module-local