Skip to content

Commit

Permalink
Removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Apr 3, 2024
1 parent 5ff19c9 commit f6d0326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IBPSA/Resources/C-Sources/WeeklySchedule.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void* weeklyScheduleInit(const int tableOnFile, const char* name, const double t
int n_newLines = 0; /* number of newlines */
int mustHaveNewLine = 0;/* The next character must be a newline */
char c; /* the character that is being parsed in this iteration */


int parseToken = 0;
double timeStamp;
Expand Down

0 comments on commit f6d0326

Please sign in to comment.