From: kettenis Date: Sun, 19 Dec 2021 12:45:14 +0000 (+0000) Subject: whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=abddf8b1c1e85c80141352bf66e6a2e341695fab;p=openbsd whitespace --- diff --git a/sys/dev/fdt/rktemp.c b/sys/dev/fdt/rktemp.c index 53ac310f6f8..b26cd7608cb 100644 --- a/sys/dev/fdt/rktemp.c +++ b/sys/dev/fdt/rktemp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rktemp.c,v 1.7 2021/10/24 17:52:27 mpi Exp $ */ +/* $OpenBSD: rktemp.c,v 1.8 2021/12/19 12:45:14 kettenis Exp $ */ /* * Copyright (c) 2017 Mark Kettenis * @@ -214,7 +214,7 @@ struct rktemp_softc { int rktemp_match(struct device *, void *, void *); void rktemp_attach(struct device *, struct device *, void *); -const struct cfattach rktemp_ca = { +const struct cfattach rktemp_ca = { sizeof (struct rktemp_softc), rktemp_match, rktemp_attach };