about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorSteffen Jaeckel <jaeckel-floss@eyet-services.de>2022-03-28 16:31:11 +0200
committerSteffen Jaeckel <jaeckel-floss@eyet-services.de>2022-03-30 18:26:10 +0200
commit2ca63d1d5f78031be374b49e5eec20ba9671fc95 (patch)
treec8fc2874fcef023baa7b9f4edf588aee38e55594 /src/ui
parent2995fbb9539eb8c09b238e40b55d41b053caff68 (diff)
downloadprofani-tty-2ca63d1d5f78031be374b49e5eec20ba9671fc95.tar.gz
run `make format`
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/window.c4
1 files changed, 2 insertions, 2 deletions
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);
by p41nm47r1x' href='/danisanti/profani-tty/commit/themes/shade?id=6dabbbd54140fb161d2a03d6d3f4fe67585311c6'>6dabbbd5 ^
30b5f112 ^
71679a31 ^

6dabbbd5 ^


6dabbbd5 ^
30b5f112 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
30b5f112 ^
6dabbbd5 ^
30b5f112 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78