From d8483691dc1e4336029e6db0a61386426d5ab351 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 26 Jul 2023 11:52:26 -0700 Subject: [PATCH] libsysprof: use non-breaking space between units --- src/libsysprof/sysprof-battery-charge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsysprof/sysprof-battery-charge.c b/src/libsysprof/sysprof-battery-charge.c index 5fbb3bd4..348c57f5 100644 --- a/src/libsysprof/sysprof-battery-charge.c +++ b/src/libsysprof/sysprof-battery-charge.c @@ -174,7 +174,7 @@ sysprof_battery_charge_record_fiber (gpointer user_data) g_strlcpy (counter->name, g_strstrip (model_name_data), sizeof counter->name); else g_strlcpy (counter->name, name, sizeof counter->name); - g_snprintf (counter->description, sizeof counter->description, "%s (µAh)", counter->name); + g_snprintf (counter->description, sizeof counter->description, "%s (µAh)", counter->name); counter->value.v64 = 0; g_array_append_val (charge_fds, charge_fd);