Skip to content

Commit

Permalink
[Janitor mode] Fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Feb 21, 2014
1 parent 8876713 commit b743411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/external_input.c
Expand Up @@ -81,7 +81,7 @@ int externalInputallocate(DATA* data)
c = fscanf(pFile, "%f", &data->simulationInfo.external_input.u[i][j]);
}
if(c<0)
data->simulationInfo.external_input.n = i;
data->simulationInfo.external_input.n = i;
}

printf("\n========================================================");
Expand Down

0 comments on commit b743411

Please sign in to comment.