]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/ltdl.c: Whitespace cleanup.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 13 Jan 2005 14:48:00 +0000 (14:48 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 13 Jan 2005 14:48:00 +0000 (14:48 +0000)
ChangeLog
libltdl/ltdl.c

index aa181170765bd9e4f610cb0703a1b895cf78a330..9454795d9454043e354accc3fc94dd2b24b714b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * libltdl/ltdl.c: Whitespace cleanup.
+
        * config/ltmain.m4sh: New option `--verbose'/`-v' to enable
        override of `--silent'.  Verbose is the default behavior.
        * doc/libtool.texi (Invoking libtool): Document it.
index 219887441b3a97ba436da4e042f7d6748d2f1828..fd643a726cdf62cff461355e5accdcec13f5fcd8 100644 (file)
@@ -101,7 +101,7 @@ static      int     foreachfile_callback  (char *filename, void *data1,
 
 
 static int     canonicalize_path     (const char *path, char **pcanonical);
-static int     argzize_path          (const char *path,
+static int     argzize_path          (const char *path,
                                       char **pargz, size_t *pargz_len);
 static FILE   *find_file             (const char *search_path,
                                       const char *base_name, char **pdir);
@@ -136,7 +136,7 @@ static      int     loader_init           (lt_get_vtable *vtable_func,
 
 static char           *user_search_path= 0;
 static lt_dlhandle     handles         = 0;
-static int             initialized     = 0;
+static int             initialized     = 0;
 
 /* Our memory failure callback sets the error message to be passed back
    up to the client, so we must be careful to return from mallocation
@@ -185,7 +185,7 @@ loader_init (lt_get_vtable *vtable_func, lt_user_data data)
 }
 
 /* Bootstrap the loader loading with the preopening loader.  */
-#define get_vtable             preopen_LTX_get_vtable
+#define get_vtable             preopen_LTX_get_vtable
 #define preloaded_symbols      LT_CONC3(lt_, LTDLOPEN, _LTX_preloaded_symbols)
 
 LT_SCOPE const lt_dlvtable *   get_vtable (lt_user_data data);