Trailing whitespace

This commit is contained in:
skrll 2020-12-04 08:00:53 +00:00
parent 6783f58cb0
commit 62168433fc
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: psci.c,v 1.3 2018/10/13 00:07:55 jmcneill Exp $ */
/* $NetBSD: psci.c,v 1.4 2020/12/04 08:00:53 skrll Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <jmcneill@invisible.ca>
@ -29,7 +29,7 @@
#include "opt_diagnostic.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: psci.c,v 1.3 2018/10/13 00:07:55 jmcneill Exp $");
__KERNEL_RCSID(0, "$NetBSD: psci.c,v 1.4 2020/12/04 08:00:53 skrll Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@ -66,7 +66,7 @@ psci_call(register_t fid, register_t arg1, register_t arg2, register_t arg3)
return PSCI_NOT_SUPPORTED;
return psci_call_fn(fid, arg1, arg2, arg3);
}
}
uint32_t
psci_version(void)