Skip to content

Commit 474c547

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent a63c700 commit 474c547

File tree

1 file changed

+2
-2
lines changed
  • SimulationRuntime/c/optimization/eval_all

1 file changed

+2
-2
lines changed

SimulationRuntime/c/optimization/eval_all/EvalG.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,9 +660,9 @@ static inline void printMaxError(Number *g, const int m, const int nx, const int
660660
int index_x = 0;
661661
double gmax = -1;
662662
int i, j, k, l;
663-
int ii, jj, kk;
663+
int ii, jj, kk;
664664
double tmp, tmp1;
665-
665+
666666
for(i = 0, l = 0; i < nsi-1; ++i){
667667
for(j = 0; j < np; ++j){
668668
for(k=0; k< nx; ++k){

0 commit comments

Comments
 (0)