Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jul 22, 2014
1 parent cfe62e8 commit 6eb6410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/util/integer_array.c
Expand Up @@ -338,7 +338,7 @@ void indexed_assign_integer_array(const integer_array_t source,
j++;

} while(0 == next_index(dest_spec->ndims, idx_vec1, idx_size));

assert(j == base_array_nr_of_elements(source));
}

Expand Down

0 comments on commit 6eb6410

Please sign in to comment.