Re: [Dev-luatex] Broken \adjdemerits on Linux due to unspecified enumeration type
Hi, thanks for fixing the \adjdemerits problem. One remark about the fix: The line if ( (fit_class>(fitness(r)+1)) || (fitness(r)>(fit_class+1)) ) is indented by one tab "\t" and four spaces, while all surrounding code is only indented with spaces. (Confusingly, tabs are also used as indentation in line 117-119) This leads to confusing appearence if the file is viewed in an editor which does not use 8 spaces for one tab. Maybe this could be changed to be a bit more consistant? Best regards, Marcel
On Tue, Nov 5, 2019 at 5:04 PM Marcel Fabian Krüger
Hi,
thanks for fixing the \adjdemerits problem. One remark about the fix:
The line
if ( (fit_class>(fitness(r)+1)) || (fitness(r)>(fit_class+1)) )
is indented by one tab "\t" and four spaces, while all surrounding code is only indented with spaces.
fixed.
-- luigi
participants (2)
-
luigi scarso
-
Marcel Fabian Krüger