]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libltdl: delete use of ^L
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Jan 2024 02:48:38 +0000 (21:48 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Jan 2024 02:48:38 +0000 (21:48 -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
libltdl/ltdl.h

index 2cbe9a9cb9e61f8caa18bf7b871379628af4d481..db4905de15631ce961c35b8206277df6b332c41d 100644 (file)
@@ -91,7 +91,6 @@ static        const char      sys_dlsearch_path[]     = LT_DLSEARCH_PATH;
 
 
 
-\f
 /* --- DYNAMIC MODULE LOADING --- */
 
 
index 67c9af9a277a6048165959e348ee7eedbae038b6..ec0fd70c9d0b6ffb88bcf49f3844b1eda8a33cbf 100644 (file)
@@ -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)
 
-\f
 /* --- DYNAMIC MODULE LOADING API --- */
 
 
@@ -110,7 +109,6 @@ extern LT_DLSYM_CONST lt_dlsymlist lt__PROGRAM__LTX_preloaded_symbols[];
 
 
 
-\f
 /* --- MODULE INFORMATION --- */