On Mon, Dec 21, 2015 at 12:02:52PM +0100, Igor Mammedov wrote: > > > + > > > + if_ctx = aml_if(aml_lor( > > > > Don't split lines like this please. > What style would you prefer?
break after a comma: if_ctx = aml_if(aml_lor(aml_equal(a_period, a_zero), > > > > > + aml_equal(a_period, a_zero), > > > + aml_lgreater(a_period, aml_int(100000000))));