diff options
author | Robert Tari <robert@tari.in> | 2021-03-01 14:37:11 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-03-01 14:37:11 +0100 |
commit | 5e4d79e9c88b665fff69bf628c407e4843cc24b1 (patch) | |
tree | e5e01af34ffb0542e317136c426ce5f6d603f81f /src | |
parent | 8c9c40746da2ba9e87db585e6c3d6fdf8e03b59d (diff) | |
download | ayatana-indicator-session-5e4d79e9c88b665fff69bf628c407e4843cc24b1.tar.gz ayatana-indicator-session-5e4d79e9c88b665fff69bf628c407e4843cc24b1.tar.bz2 ayatana-indicator-session-5e4d79e9c88b665fff69bf628c407e4843cc24b1.zip |
Whitespace fix
Diffstat (limited to 'src')
-rw-r--r-- | src/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ } |