﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2251	when-equations are indented incorrectly	Lennart Ochel	somebody	"It seems that the indention for ""instantiateModel"" works not very well. When-equations are indented incorrectly (or not that nice). See below:
{{{
class test
  Real d(start = -2.0);
equation
  when sample(0.0, 1.0) then
  d = pre(d) + 1.0;
  end when;
end test;
}}}"	defect	closed	high	1.9.0	Frontend	trunk	duplicate		
