From 53bcb8f2282a3e8178b063139de9dadd59a8c6f7 Mon Sep 17 00:00:00 2001 From: "Bryant E. McDonnell" Date: Mon, 26 Jun 2023 21:02:46 -0800 Subject: [PATCH] Strip trailing white space --- src/solver/toolkit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/solver/toolkit.c b/src/solver/toolkit.c index a99bfb67e..eb9fab49f 100644 --- a/src/solver/toolkit.c +++ b/src/solver/toolkit.c @@ -440,7 +440,7 @@ EXPORT_TOOLKIT int DLLEXPORT swmm_hotstart(SM_HotStart type, const char *hsfile) switch(type) { case SM_HOTSTART_USE: - { + { // Fhotstart1 is the file to to be read char fl_name[MAXFNAME]; sstrncpy(fl_name, hsfile, MAXFNAME); @@ -460,7 +460,7 @@ EXPORT_TOOLKIT int DLLEXPORT swmm_hotstart(SM_HotStart type, const char *hsfile) Fhotstart2.mode = SAVE_FILE; sstrncpy(Fhotstart2.name, hsfile, MAXFNAME); // Saving Data - if (hotstart_open()) + if (hotstart_open()) { hotstart_close(); // Replacing INP set HSFs