fix flagrantly wrong indent

This commit is contained in:
dholland 2016-05-31 03:12:49 +00:00
parent f8610727d2
commit 06607d557a

View File

@ -1,4 +1,4 @@
/* $NetBSD: intio.c,v 1.44 2016/02/26 18:19:16 christos Exp $ */ /* $NetBSD: intio.c,v 1.45 2016/05/31 03:12:49 dholland Exp $ */
/*- /*-
* Copyright (c) 1998 The NetBSD Foundation, Inc. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -31,7 +31,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.44 2016/02/26 18:19:16 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.45 2016/05/31 03:12:49 dholland Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
@ -236,7 +236,7 @@ intio_map_allocate_region(device_t parent, struct intio_attach_args *ia,
#endif #endif
if (r == 0) { if (r == 0) {
if (flag != INTIO_MAP_ALLOCATE) if (flag != INTIO_MAP_ALLOCATE)
extent_free(map, ia->ia_addr, ia->ia_size, 0); extent_free(map, ia->ia_addr, ia->ia_size, 0);
return 0; return 0;
} }