texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/convert/create_buttons.c: change


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/convert/create_buttons.c: change in spacing
Date: Fri, 04 Oct 2024 03:17:07 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new b9c44bd660 * tp/Texinfo/XS/convert/create_buttons.c: change in spacing
b9c44bd660 is described below

commit b9c44bd6608f0f48a6b769e203ad06177a4116e8
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Oct 4 09:16:57 2024 +0200

    * tp/Texinfo/XS/convert/create_buttons.c: change in spacing
---
 tp/Texinfo/XS/convert/create_buttons.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tp/Texinfo/XS/convert/create_buttons.c 
b/tp/Texinfo/XS/convert/create_buttons.c
index 6aa8a607be..5d854a110e 100644
--- a/tp/Texinfo/XS/convert/create_buttons.c
+++ b/tp/Texinfo/XS/convert/create_buttons.c
@@ -189,14 +189,14 @@ new_base_navigation_section_footer_buttons (const 
CONVERTER *self)
 }
 
 /* a negative direction in DIRECTIONS corresponds to a special direction
-    which index is not known early and is better stored as a string.
+   which index is not known early and is better stored as a string.
 
-    Mainly called for texi2html style navigation buttons, but also for
-    default special units navigation panel buttons.
-  */
+   Mainly called for texi2html style navigation buttons, but also for
+   default special units navigation panel buttons.
+ */
 BUTTON_SPECIFICATION_LIST *
 new_directions_list_buttons_specifications (const CONVERTER *self,
-                                            const int* directions)
+                                            const int *directions)
 {
   int buttons_nr = 0;
   int i;



reply via email to

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