Small formatting fix

This commit is contained in:
Maxime Coste 2015-06-15 23:00:37 +01:00
parent 2b42e6030b
commit d8e2e9e043

View File

@ -54,6 +54,7 @@ CandidateList complete_filename(StringView prefix, const Regex& ignore_regex,
ByteCount cursor_pos = -1); ByteCount cursor_pos = -1);
CandidateList complete_command(StringView prefix, ByteCount cursor_pos = -1); CandidateList complete_command(StringView prefix, ByteCount cursor_pos = -1);
} }
#endif // file_hh_INCLUDED #endif // file_hh_INCLUDED