Style fixes for C++ code

This commit is contained in:
Strahinja Val Markovic 2013-03-23 10:47:30 -07:00
parent b00287a6a2
commit a3a3250f76
4 changed files with 14 additions and 13 deletions

View File

@ -269,6 +269,7 @@ void ClangCompleter::DeleteCachesForFileAsync( const std::string &filename ) {
void ClangCompleter::DeleteCaches() { void ClangCompleter::DeleteCaches() {
std::vector< std::string > filenames; std::vector< std::string > filenames;
if ( !file_cache_delete_stack_.PopAllNoWait( filenames ) ) if ( !file_cache_delete_stack_.PopAllNoWait( filenames ) )
return; return;