]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix misleading indentation in sys/dev/drm2/radeon/evergreen.c
authorDimitry Andric <dim@FreeBSD.org>
Sat, 25 Apr 2020 13:10:17 +0000 (13:10 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Sat, 25 Apr 2020 13:10:17 +0000 (13:10 +0000)
commit2a20c8e46719b299b38ebec1a7d6fa989d174523
tree8e89cd6358606a515d0991e9fb9d0a8caa52137d
parentfda7d9f5dea4608ce0e1d654f017cad9d0cd1a12
Fix misleading indentation in sys/dev/drm2/radeon/evergreen.c

This fixes the following warning from recent versions of clang and gcc:

sys/dev/drm2/radeon/evergreen.c:554:4: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]

Direct commit to stable/{10,11,12}, since this driver has been removed
from FreeBSD 13.
sys/dev/drm2/radeon/evergreen.c