]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Fix misleading indentation in sys/dev/drm2/radeon/evergreen.c
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 25 Apr 2020 13:10:17 +0000 (13:10 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 25 Apr 2020 13:10:17 +0000 (13:10 +0000)
commit201bd4c46b26576fee31ac27e7e6ca61c31937f2
tree4b3014113c21b86b0032da039d3ed43066b14d61
parent08ef12e8fc8e6afd11792340281c24d78d883eb2
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@360303 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/drm2/radeon/evergreen.c