From d4e4ecbb3793cd45b645471966c1ac703be52f4a Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 27 Aug 2023 18:35:45 +0200 Subject: patch 9.0.1795: Indentation issues Problem: Indentation issues Solution: Fix code indentation issues. closes: #12906 Signed-off-by: Christian Brabandt Co-authored-by: Yegappan Lakshmanan --- src/ex_getln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ex_getln.c') 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) { -- cgit v1.2.3