diff mbox series

[2/5] config: trivial style fix

Message ID 20210702100506.1422429-3-felipe.contreras@gmail.com (mailing list archive)
State New, archived
Headers show
Series Default aliases | expand

Commit Message

Felipe Contreras July 2, 2021, 10:05 a.m. UTC
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.c b/config.c
index f9c400ad30..dc896c434e 100644
--- a/config.c
+++ b/config.c
@@ -3482,7 +3482,7 @@  const char *current_config_origin_type(void)
 	int type;
 	if (current_config_kvi)
 		type = current_config_kvi->origin_type;
-	else if(cf)
+	else if (cf)
 		type = cf->origin_type;
 	else
 		BUG("current_config_origin_type called outside config callback");