Skip to content

Commit

Permalink
Strip trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
bemcdonnell committed Jun 27, 2023
1 parent dbe7ace commit 53bcb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solver/toolkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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
Expand Down

0 comments on commit 53bcb8f

Please sign in to comment.