Skip to content

Commit 3bf0dfc

Browse files
committed
- Removed space after first parenthesis when dumping asserts in DAEDump, to ease
the transition to a template based dumper. git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 33a770d commit 3bf0dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/FrontEnd/DAEDump.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ algorithm
16931693
case (DAE.STMT_ASSERT(cond = cond,msg = msg),i)
16941694
equation
16951695
indent(i);
1696-
Print.printBuf("assert( ");
1696+
Print.printBuf("assert(");
16971697
ExpressionDump.printExp(cond);
16981698
Print.printBuf(", ");
16991699
ExpressionDump.printExp(msg);

0 commit comments

Comments
 (0)