From 5e4d79e9c88b665fff69bf628c407e4843cc24b1 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 1 Mar 2021 14:37:11 +0100 Subject: Whitespace fix --- src/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/utils.c b/src/utils.c index e950d3b..1175797 100644 --- a/src/utils.c +++ b/src/utils.c @@ -106,8 +106,8 @@ get_os_release (void) val = g_strdup(in); g_clear_error(&error); } - - g_debug("from \"%s\": key [%s] val [%s]", os_release, key->str, val); + + g_debug("from \"%s\": key [%s] val [%s]", os_release, key->str, val); g_hash_table_insert (hash, g_strdup(key->str), val); /* hash owns val now */ } -- cgit v1.2.3