libtool-patches
[Top][All Lists]
Advanced

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

[PATCH] libltdl: delete use of ^L


From: Mike Frysinger
Subject: [PATCH] libltdl: delete use of ^L
Date: Sun, 14 Jan 2024 22:19:21 -0500

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 2cbe9a9cb9e6..db4905de1563 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 67c9af9a277a..ec0fd70c9d0b 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 --- */
 
 
-- 
2.43.0




reply via email to

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