Remove unnecessary whitespace diff

This commit is contained in:
Enji Cooper 2017-01-16 18:04:14 +00:00
parent 183ae521e5
commit e2a4e9c682
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312299

View File

@ -377,6 +377,7 @@ ATF_TC_BODY(mmap_prot_3, tc)
* the access should generate SIGSEGV.
*/
fd = open(path, O_RDWR | O_CREAT, 0700);
if (fd < 0)
#ifdef __FreeBSD__
atf_tc_skip("opening %s failed; skipping testcase: %s",