Whitespace

This commit is contained in:
Richard Kimberly Heck 2022-12-04 11:59:21 -05:00
parent 3ec87be050
commit b9c52f20c7

View File

@ -417,7 +417,7 @@ ParagraphList::const_iterator makeEnvironment(Buffer const & buf,
if (!style.counter.empty() if (!style.counter.empty()
&& (par == pbegin || !isNormalEnv(style)) && (par == pbegin || !isNormalEnv(style))
&& cnts.hasCounter(cntr) && cnts.hasCounter(cntr)
) )
cnts.step(cntr, OutputUpdate); cnts.step(cntr, OutputUpdate);
ParagraphList::const_iterator send; ParagraphList::const_iterator send;