Blame SOURCES/0052-Remove-unnecessary-space-before-closing-parenthesis.patch

a436c4
From dbe5708e7f3f14f13aee4b498070aab4fac45f6e Mon Sep 17 00:00:00 2001
a436c4
From: Alex Henrie <alexhenrie24@gmail.com>
a436c4
Date: Tue, 29 Jun 2021 20:47:37 -0600
a436c4
Subject: [PATCH 52/65] Remove unnecessary space before closing parenthesis
a436c4
a436c4
Some messages had this space and others did not.
a436c4
---
a436c4
 src/lshw.cc | 4 ++--
a436c4
 1 file changed, 2 insertions(+), 2 deletions(-)
a436c4
a436c4
diff --git a/src/lshw.cc b/src/lshw.cc
a436c4
index e5d6b4f..5a2d594 100644
a436c4
--- a/src/lshw.cc
a436c4
+++ b/src/lshw.cc
a436c4
@@ -41,9 +41,9 @@ void usage(const char *progname)
a436c4
   fprintf(stderr, _("\t-C CLASS        same as '-class CLASS'\n"));
a436c4
   fprintf(stderr, _("\t-c CLASS        same as '-class CLASS'\n"));
a436c4
   fprintf(stderr,
a436c4
-    _("\t-disable TEST   disable a test (like pci, isapnp, cpuid, etc. )\n"));
a436c4
+    _("\t-disable TEST   disable a test (like pci, isapnp, cpuid, etc.)\n"));
a436c4
   fprintf(stderr,
a436c4
-    _("\t-enable TEST    enable a test (like pci, isapnp, cpuid, etc. )\n"));
a436c4
+    _("\t-enable TEST    enable a test (like pci, isapnp, cpuid, etc.)\n"));
a436c4
   fprintf(stderr, _("\t-quiet          don't display status\n"));
a436c4
   fprintf(stderr, _("\t-sanitize       sanitize output (remove sensitive information like serial numbers, etc.)\n"));
a436c4
   fprintf(stderr, _("\t-numeric        output numeric IDs (for PCI, USB, etc.)\n"));
a436c4
-- 
a436c4
2.33.1
a436c4