From 3a574f395404d914106f8bd64dd84422bfcff409 Mon Sep 17 00:00:00 2001 From: OpenModelica Hudson Date: Tue, 24 Mar 2015 11:06:19 +0000 Subject: [PATCH] [Janitor mode] Fix whitespace git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- Compiler/FrontEnd/InstFunction.mo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Compiler/FrontEnd/InstFunction.mo b/Compiler/FrontEnd/InstFunction.mo index 5aaa0dffdb3..2fe0cdb4526 100644 --- a/Compiler/FrontEnd/InstFunction.mo +++ b/Compiler/FrontEnd/InstFunction.mo @@ -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))