HomeFreeBSD

Fix the following -Werror warning from clang 10.0.0 in newfs_msdos:

Description

Fix the following -Werror warning from clang 10.0.0 in newfs_msdos:

sbin/newfs_msdos/newfs_msdos.c:181:2: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]

if (o.align) {
^

sbin/newfs_msdos/newfs_msdos.c:179:5: note: previous statement is here

if (argc < 1 || argc > 2)
^

MFC after: 3 days

Details

Provenance
dimAuthored on
Parents
rS357224: Fix the following -Werror warning from clang 10.0.0 in binutils:
Branches
Unknown
Tags
Unknown