[gnome-software/wip/hughsie/X-UsbReceiver: 2/2] fwupd: Fix trivial whitespace issue




commit f1c38f2d9c5b32327c349c11d466000181694ca6
Author: Richard Hughes <richard hughsie com>
Date:   Tue May 24 12:47:33 2022 +0100

    fwupd: Fix trivial whitespace issue

 plugins/fwupd/gs-fwupd-app.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/fwupd/gs-fwupd-app.c b/plugins/fwupd/gs-fwupd-app.c
index 8f575ad7d..03103a3e9 100644
--- a/plugins/fwupd/gs-fwupd-app.c
+++ b/plugins/fwupd/gs-fwupd-app.c
@@ -214,12 +214,12 @@ gs_fwupd_release_get_name (FwupdRelease *release)
                         * PCI card, not the logical wired connection */
                        return g_strdup_printf (_("%s Network Interface Update"), name);
                }
-               if (g_strcmp0(cat, "X-VideoDisplay") == 0) {
+               if (g_strcmp0 (cat, "X-VideoDisplay") == 0) {
                        /* TRANSLATORS: Video Display refers to the laptop internal display or
                         * external monitor */
                        return g_strdup_printf (_("%s Display Update"), name);
                }
-               if (g_strcmp0(cat, "X-BaseboardManagementController") == 0) {
+               if (g_strcmp0 (cat, "X-BaseboardManagementController") == 0) {
                        /* TRANSLATORS: BMC refers to baseboard management controller which
                         * is the device that updates all the other firmware on the system */
                        return g_strdup_printf (_("%s BMC Update"), name);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]