summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-06-15 23:00:37 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-06-15 23:00:37 +0100
commitd8e2e9e0430b68aea2b91ed364ec0cb6a2e99d7f (patch)
treecef95e0a311dfd19654979e8726f802836a27e0d /src
parent2b42e6030b86f247ec44bbd6a83bd186d01bc06e (diff)
Small formatting fix
Diffstat (limited to 'src')
-rw-r--r--src/file.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file.hh b/src/file.hh
index 863c98fb..fa9fa698 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