From b235a62b87d72de3358674b4264d21726d7a2a9e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 11 Dec 2018 18:40:36 +0000 Subject: missed space git-svn-id: svn://tug.org/texlive/trunk@49383 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/kpsewhich.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * kpsewhich.c (main): formatting. + 2018-12-04 Karl Berry * 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); -- cgit v1.2.3