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@22172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Sep 8, 2014
1 parent fe07115 commit 23d4ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/InstVar.mo
Expand Up @@ -1050,7 +1050,7 @@ algorithm
else SCode.setAttributesDirection(inAttributes, Absyn.BIDIR());
end match;
end stripVarAttrDirection;

protected function instScalar2
"Helper function to instScalar. Some operations needed when instantiating a
scalar depends on what kind of variable it is, i.e. constant, parameter or
Expand Down
2 changes: 1 addition & 1 deletion Compiler/runtime/SimulationResultsCmp.c
Expand Up @@ -699,7 +699,7 @@ void* SimulationResultsCmp_compareResults(int isResultCmp, int runningTestsuite,
ngetfailedvars++;
continue;
}
}
}
/* check if in file */
data = getData(var1,filename,size,suggestReadAll,&simresglob_c,runningTestsuite);
if (data.n==0) {
Expand Down

0 comments on commit 23d4ef9

Please sign in to comment.