From d4355f9c83ba2d3e08aa622737d8875bcdae735b Mon Sep 17 00:00:00 2001 From: skrll Date: Thu, 16 Apr 2020 05:22:59 +0000 Subject: [PATCH] More KNF --- sys/arch/hppa/hppa/pmap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/hppa/hppa/pmap.c b/sys/arch/hppa/hppa/pmap.c index 6b215641f28f..c329c17c5598 100644 --- a/sys/arch/hppa/hppa/pmap.c +++ b/sys/arch/hppa/hppa/pmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.109 2020/04/15 15:50:15 skrll Exp $ */ +/* $NetBSD: pmap.c,v 1.110 2020/04/16 05:22:59 skrll Exp $ */ /*- * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.109 2020/04/15 15:50:15 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.110 2020/04/16 05:22:59 skrll Exp $"); #include "opt_cputype.h" @@ -83,8 +83,8 @@ __KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.109 2020/04/15 15:50:15 skrll Exp $"); #include #include #include -#include #include +#include #include #include