aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.h
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-12 11:34:35 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-12 11:34:35 -0700
commit1499ade89cb4b186c8ab7040ac7ef86b1292c0f8 (patch)
tree86569561ed52bf6e7a3dd65c6c8c6fb41d7732ad /src/complete.h
parent0310d3bd8c9fdf8483469b9e98a50c3effafb783 (diff)
Restyle touched .cpp files
Diffstat (limited to 'src/complete.h')
-rw-r--r--src/complete.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/complete.h b/src/complete.h
index d9203aaf..4fd8dbed 100644
--- a/src/complete.h
+++ b/src/complete.h
@@ -144,8 +144,6 @@ void complete_add(const wchar_t *cmd, bool cmd_is_path, const wcstring &option,
complete_option_type_t option_type, int result_mode, const wchar_t *condition,
const wchar_t *comp, const wchar_t *desc, int flags);
-
-
/// Sets whether the completion list for this command is complete. If true, any options not matching
/// one of the provided options will be flagged as an error by syntax highlighting.
void complete_set_authoritative(const wchar_t *cmd, bool cmd_type, bool authoritative);