aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.cpp
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-05-27 14:41:16 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-05-27 14:44:30 -0700
commit9ad3488b5d076729b39bd3f91abda4fd10bea21c (patch)
treefd1f5b8fb4b723a80c81b0772a68b63876d25b9a /src/complete.cpp
parent8f420b9272e526097a73ad10ce74ce3edbb67b9e (diff)
fix some style bogosities that crept in
Diffstat (limited to 'src/complete.cpp')
-rw-r--r--src/complete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complete.cpp b/src/complete.cpp
index 8c38b266..59da5a94 100644
--- a/src/complete.cpp
+++ b/src/complete.cpp
@@ -1340,7 +1340,7 @@ void complete(const wcstring &cmd_with_subcmds, std::vector<completion_t> *out_c
}
}
- if (cmd_node && cmd_node->location_in_or_at_end_of_source_range(pos)) {
+ if (cmd_node && cmd_node->location_in_or_at_end_of_source_range(pos)) {
// Complete command filename.
completer.complete_cmd(current_token, use_function, use_builtin, use_command,
use_implicit_cd);