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

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