summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/kpsewhich.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 24e29e1979f..515f06f1468 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-11 Karl Berry <karl@freefriends.org>
+
+ * kpsewhich.c (main): formatting.
+
2018-12-04 Karl Berry <karl@freefriends.org>
* kpsewhich.c (main) [WIN32]: #define puts kpathsea_win32_puts
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c
index 509e6bab10c..5ecd149e6de 100644
--- a/Build/source/texk/kpathsea/kpsewhich.c
+++ b/Build/source/texk/kpathsea/kpsewhich.c
@@ -772,7 +772,7 @@ main (int argc, string *argv)
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);