Skip to content

Commit 4dfa16d

Browse files
committed
remove tabs
1 parent 09dea26 commit 4dfa16d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SimulationRuntime/c/simulation/simulation_input_xml.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -898,10 +898,10 @@ void doOverride(omc_ModelInput *mi, MODEL_DATA *modelData, const char *override,
898898
char *overrideLine;
899899
size_t n=0;
900900

901-
/* read override values from file */
901+
/* read override values from file */
902902
infoStreamPrint(LOG_SOLVER, 0, "read override values from file: %s", overrideFile);
903903

904-
infile = fopen(overrideFile, "r");
904+
infile = fopen(overrideFile, "r");
905905
if (0==infile) {
906906
throwStreamPrint(NULL, "simulation_input_xml.cpp: could not open the file given to -overrideFile=%s", overrideFile);
907907
}
@@ -944,7 +944,7 @@ void doOverride(omc_ModelInput *mi, MODEL_DATA *modelData, const char *override,
944944

945945
if (overrideStr != NULL) {
946946
char *value, *p;
947-
const char *strs[] = {"solver","startTime","stopTime","stepSize","tolerance","outputFormat","variableFilter"};
947+
const char *strs[] = {"solver","startTime","stopTime","stepSize","tolerance","outputFormat","variableFilter"};
948948
/* read override values */
949949
infoStreamPrint(LOG_SOLVER, 0, "read override values: %s", overrideStr);
950950
/* fix overrideStr to contain | instead of , for splitting */

0 commit comments

Comments
 (0)