summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-08-27 18:35:45 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-27 18:35:45 +0200
commitd4e4ecbb3793cd45b645471966c1ac703be52f4a (patch)
tree21dc9d7421f7016bdeb0d3f5875e36251795d38c /src/ex_getln.c
parent74e1dada4199b2d9e68ccaafdb7895c85b4b08f1 (diff)
patch 9.0.1795: Indentation issuesv9.0.1795
Problem: Indentation issues Solution: Fix code indentation issues. closes: #12906 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 88eba32b80..ad3a3106a7 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -4167,7 +4167,7 @@ get_cmdline_completion(void)
char_u *cmd_compl = cmdcomplete_type_to_str(p->xpc->xp_context);
if (cmd_compl == NULL)
- return NULL;
+ return NULL;
if (p->xpc->xp_context == EXPAND_USER_LIST || p->xpc->xp_context == EXPAND_USER_DEFINED)
{