aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-03-01 14:37:11 +0100
committerRobert Tari <robert@tari.in>2021-03-01 14:37:11 +0100
commit5e4d79e9c88b665fff69bf628c407e4843cc24b1 (patch)
treee5e01af34ffb0542e317136c426ce5f6d603f81f /src
parent8c9c40746da2ba9e87db585e6c3d6fdf8e03b59d (diff)
downloadayatana-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.c4
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 */
}