HomeFreeBSD

Fix misleading indentation warning:

Description

Fix misleading indentation warning:

usr.sbin/lmcconfig/lmcconfig.c:941:39: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]

return 64.0;
^

usr.sbin/lmcconfig/lmcconfig.c:940:3: note: previous statement is here

if ((vga >= 0x3A) && (vga <  0x3F)) return 50.0 + 2.80 * (vga - 0x3A);
^

Direct commit to stable/11, since lmcconfig has been removed from
FreeBSD 12 and later.

Details

Provenance
dimAuthored on
Parents
rS360674: MFC r335608 (by sbruno):
Branches
Unknown
Tags
Unknown