grub-devel
[Top][All Lists]
Advanced

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

[PATCH 3/4] formatting: Remove whitespace between N_ macro and open pare


From: Glenn Washburn
Subject: [PATCH 3/4] formatting: Remove whitespace between N_ macro and open parenthesis
Date: Wed, 11 May 2022 22:19:46 -0500

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 grub-core/commands/macbless.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/grub-core/commands/macbless.c b/grub-core/commands/macbless.c
index 85cefd0f7..3d761452a 100644
--- a/grub-core/commands/macbless.c
+++ b/grub-core/commands/macbless.c
@@ -220,12 +220,10 @@ GRUB_MOD_INIT(macbless)
 {
   cmd = grub_register_command ("mactelbless", grub_cmd_macbless,
                               N_("FILE"),
-                              N_
-                              ("Bless FILE of HFS or HFS+ partition for intel 
macs."));
+                              N_("Bless FILE of HFS or HFS+ partition for 
intel macs."));
   cmd_ppc =
     grub_register_command ("macppcbless", grub_cmd_macbless, N_("DIR"),
-                          N_
-                          ("Bless DIR of HFS or HFS+ partition for PPC 
macs."));
+                          N_("Bless DIR of HFS or HFS+ partition for PPC 
macs."));
 }
 
 GRUB_MOD_FINI(macbless)
-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]