Dimitry Andric bacffcd4b1 Merge r357970 from the clang1000-import branch:
Fix the following -Werror warning from clang 10.0.0 in hptmv(4):

sys/dev/hptmv/ioctl.c:240:4: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                        _vbus_p=pArray->pVBus;
                        ^
sys/dev/hptmv/ioctl.c:237:10: note: previous statement is here
                if(!mIsArray(pArray))
                ^

This is because the return statement after the if statement was not
indented.  (Note that this file has been idented assuming 4-space tabs.)

MFC after:	3 days
2020-02-15 19:15:24 +00:00
..
2020-02-07 15:50:47 +00:00
2020-02-15 03:47:25 +00:00
2020-01-29 12:10:42 +00:00
2020-02-14 20:25:04 +00:00
2020-02-15 01:29:40 +00:00
2020-01-31 02:23:48 +00:00
2020-02-07 19:53:07 +00:00
2020-02-14 13:09:41 +00:00
2020-02-15 01:29:07 +00:00
2020-02-14 23:15:41 +00:00
2020-02-03 17:35:11 +00:00