From 2ca63d1d5f78031be374b49e5eec20ba9671fc95 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 28 Mar 2022 16:31:11 +0200 Subject: run `make format` Signed-off-by: Steffen Jaeckel --- src/ui/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/window.c') diff --git a/src/ui/window.c b/src/ui/window.c index 7952497c..353b72ff 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -2033,8 +2033,8 @@ win_quote_autocomplete(ProfWin* window, const char* const input, gboolean previo return NULL; } - gchar **parts = g_strsplit(result, "\n", -1); - gchar *quoted_result = g_strjoinv("\n> ", parts); + gchar** parts = g_strsplit(result, "\n", -1); + gchar* quoted_result = g_strjoinv("\n> ", parts); GString* replace_with = g_string_new("> "); g_string_append(replace_with, quoted_result); -- cgit 1.4.1-2-gfad0