whitespace
authorkettenis <kettenis@openbsd.org>
Sun, 19 Dec 2021 12:45:14 +0000 (12:45 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 19 Dec 2021 12:45:14 +0000 (12:45 +0000)
sys/dev/fdt/rktemp.c

index 53ac310..b26cd76 100644 (file)
@@ -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 <kettenis@openbsd.org>
  *
@@ -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
 };