libtool-commit
[Top][All Lists]
Advanced

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

branch master updated: libltdl: delete use of ^L


From: Mike Frysinger
Subject: branch master updated: libltdl: delete use of ^L
Date: Sun, 14 Jan 2024 22:19:36 -0500

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

vapier pushed a commit to branch master
in repository libtool.

The following commit(s) were added to refs/heads/master by this push:
     new 1879a0e6 libltdl: delete use of ^L
1879a0e6 is described below

commit 1879a0e6db8e19d0a980a4740606b4f102503623
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Sun Jan 14 21:48:38 2024 -0500

    libltdl: delete use of ^L
    
    GNU indent does not process this well, and nothing else in the tree
    uses this convention, so drop it.
    
    (GNU indent is enforced by gnulib when running `make distcheck`.)
    
    * libltdl/ltdl.c: Delete ^L.
    * libltdl/ltdl.h: Likewise.
---
 libltdl/ltdl.c | 1 -
 libltdl/ltdl.h | 2 --
 2 files changed, 3 deletions(-)

diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c
index 2cbe9a9c..db4905de 100644
--- a/libltdl/ltdl.c
+++ b/libltdl/ltdl.c
@@ -91,7 +91,6 @@ static        const char      sys_dlsearch_path[]     = 
LT_DLSEARCH_PATH;
 
 
 
-
 /* --- DYNAMIC MODULE LOADING --- */
 
 
diff --git a/libltdl/ltdl.h b/libltdl/ltdl.h
index 67c9af9a..ec0fd70c 100644
--- a/libltdl/ltdl.h
+++ b/libltdl/ltdl.h
@@ -43,7 +43,6 @@ LT_BEGIN_C_DECLS
 /* LT_STRLEN can be used safely on NULL pointers.  */
 #define LT_STRLEN(s)   (((s) && (s)[0]) ? strlen (s) : 0)
 
-
 /* --- DYNAMIC MODULE LOADING API --- */
 
 
@@ -110,7 +109,6 @@ extern LT_DLSYM_CONST lt_dlsymlist 
lt__PROGRAM__LTX_preloaded_symbols[];
 
 
 
-
 /* --- MODULE INFORMATION --- */
 
 



reply via email to

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