From d8e2e9e0430b68aea2b91ed364ec0cb6a2e99d7f Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 15 Jun 2015 23:00:37 +0100 Subject: [PATCH] Small formatting fix --- src/file.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/file.hh b/src/file.hh index 863c98fb1..fa9fa6983 100644 --- a/src/file.hh +++ b/src/file.hh @@ -54,6 +54,7 @@ CandidateList complete_filename(StringView prefix, const Regex& ignore_regex, ByteCount cursor_pos = -1); CandidateList complete_command(StringView prefix, ByteCount cursor_pos = -1); + } #endif // file_hh_INCLUDED