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@20426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed May 7, 2014
1 parent 04463b5 commit 9661969
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Compiler/FrontEnd/Absyn.mo
Expand Up @@ -1131,7 +1131,7 @@ public function setTimeStampBool
input TimeStamp its;
input Boolean which "true for edit time, false for build time";
output TimeStamp ots;
algorithm
algorithm
ots := match(its,which)
local
Real timer;
Expand Down Expand Up @@ -2301,7 +2301,7 @@ public function expComponentRefStr
input Exp aexp;
output String outString;
algorithm
outString := printComponentRefStr(expCref(aexp));
outString := printComponentRefStr(expCref(aexp));
end expComponentRefStr;

public function printComponentRefStr
Expand Down Expand Up @@ -3172,7 +3172,7 @@ algorithm
newSubPath = stripLast(subPath);
newSubPath=pathContainedIn(newSubPath,path);
then joinPaths(newSubPath,IDENT(ident));

end matchcontinue;
end pathContainedIn;

Expand Down
8 changes: 4 additions & 4 deletions Compiler/Main/Main.mo
Expand Up @@ -29,8 +29,8 @@
*
*/

encapsulated package Main
" file: Main.mo
encapsulated package Main
" file: Main.mo
package: Main
description: Modelica main program

Expand Down Expand Up @@ -68,11 +68,11 @@ protected import Parser;
protected import Print;
protected import Settings;
protected import SimCode;
protected import SimCodeMain;
protected import SimCodeMain;
protected import Socket;
protected import System;
protected import TplMain;
protected import Util;
protected import Util;

protected function serverLoop
"This function is the main loop of the server listening
Expand Down
4 changes: 2 additions & 2 deletions Compiler/Util/List.mo
Expand Up @@ -9284,7 +9284,7 @@ public function find
input list<ElementInType> inList;
input FindFunc inFindFunc;
output ElementOutType outElement;

partial function FindFunc
input ElementInType inElement;
output ElementOutType outElement;
Expand All @@ -9295,7 +9295,7 @@ algorithm
ElementInType ei;
list<ElementInType> rest_ei;
ElementOutType oe;

case (ei :: _, _)
equation
oe = inFindFunc(ei);
Expand Down

0 comments on commit 9661969

Please sign in to comment.