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@25231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Mar 24, 2015
1 parent bff8ce0 commit 3a574f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/FrontEnd/InstFunction.mo
Expand Up @@ -568,10 +568,10 @@ algorithm
cache = FCore.addDaeExtFunction(cache, funs);
then
(cache,env_1,ih);
// The function type can be determined without the body. Annotations, restrictions and external decls need

// The function type can be determined without the body. Annotations, restrictions and external decls need
// to be preserved though (e.g parallel external functions have restrictions parallel_function not external function)
// Maybe we need one more restriction type for those.
// Maybe we need one more restriction type for those.
case (cache,env,ih,SCode.CLASS(name = id,prefixes = prefixes,
encapsulatedPrefix = e,partialPrefix = p, restriction=r,
classDef = SCode.PARTS(elementLst = elts, externalDecl = extDecl),cmt=cmt, info = info))
Expand Down

0 comments on commit 3a574f3

Please sign in to comment.