Style fixes for C++ code
This commit is contained in:
parent
b00287a6a2
commit
a3a3250f76
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user