]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r341068:
authorDavid Bright <dab@FreeBSD.org>
Fri, 30 Nov 2018 01:45:54 +0000 (01:45 +0000)
committerDavid Bright <dab@FreeBSD.org>
Fri, 30 Nov 2018 01:45:54 +0000 (01:45 +0000)
commit90e4ba114c033a6aeab90adfe897bef6467809ac
tree4b08f23768cea13b4bd3191ed990bae4bcc6f0be
parent7fedf0f8be054e61ff63f72e2ee22b3aef72aba6
MFC r341068:

Make whitespace more consistent in libkqueue tests.

After r337820, which "corrected" some spaces-instead-of-tab whitespace
issues in the libkqueue tests, jmg@ pointed out that these files were
originally space-based, not tab-spaced, and so the correction should
have been to get rid of the tabs that had been introduced in previous
changes, not the spaces. This change does that. This is a whitespace
only change; no functional change is intended.

Reported by: jmg@
Sponsored by: Dell EMC Isilon
tests/sys/kqueue/libkqueue/main.c
tests/sys/kqueue/libkqueue/proc.c
tests/sys/kqueue/libkqueue/signal.c
tests/sys/kqueue/libkqueue/timer.c
tests/sys/kqueue/libkqueue/user.c
tests/sys/kqueue/libkqueue/vnode.c