Diff between 67470492017476ec158a9c2add359b3204e85411 and 8db6f6f955df1be3bb1d6ad35a3b5f49cffeaafb

Changed Files

File Additions Deletions Status
client/main.c +0 -1 modified

Full Patch

diff --git a/client/main.c b/client/main.c
index 3977345..c6fa0d8 100644
--- a/client/main.c
+++ b/client/main.c
@@ -471,7 +471,6 @@ static char *ctrl_generator(const char *text, int state)
 		len = strlen(text);
 	}
 
-
 	for (list = g_list_nth(ctrl_list, index); list;
 						list = g_list_next(list)) {
 		GDBusProxy *proxy = list->data;