texlive[49383] Build/source/texk/kpathsea: missed space

commits+karl at tug.org commits+karl at tug.org
Tue Dec 11 19:40:36 CET 2018


Revision: 49383
          http://tug.org/svn/texlive?view=revision&revision=49383
Author:   karl
Date:     2018-12-11 19:40:36 +0100 (Tue, 11 Dec 2018)
Log Message:
-----------
missed space

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/ChangeLog
    trunk/Build/source/texk/kpathsea/kpsewhich.c

Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog	2018-12-11 01:23:32 UTC (rev 49382)
+++ trunk/Build/source/texk/kpathsea/ChangeLog	2018-12-11 18:40:36 UTC (rev 49383)
@@ -1,3 +1,7 @@
+2018-12-11  Karl Berry  <karl at freefriends.org>
+
+	* kpsewhich.c (main): formatting.
+
 2018-12-04  Karl Berry  <karl at freefriends.org>
 
 	* kpsewhich.c (main) [WIN32]: #define puts kpathsea_win32_puts

Modified: trunk/Build/source/texk/kpathsea/kpsewhich.c
===================================================================
--- trunk/Build/source/texk/kpathsea/kpsewhich.c	2018-12-11 01:23:32 UTC (rev 49382)
+++ trunk/Build/source/texk/kpathsea/kpsewhich.c	2018-12-11 18:40:36 UTC (rev 49383)
@@ -772,7 +772,7 @@
   int ac;
 #endif /* WIN32 */
   unsigned unfound = 0;
-  kpathsea kpse = kpathsea_new();
+  kpathsea kpse = kpathsea_new ();
 
   /* Read options, then dependent initializations.  */
   read_command_line (kpse, argc, argv);



More information about the tex-live-commits mailing list