From 80bce6dbd02b9b5cd0d32e5e6259fecaeccab7fb Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 17 Aug 2024 02:35:00 +0000 Subject: [PATCH] whitespace --- sys/dev/ic/dwiic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/dwiic.c b/sys/dev/ic/dwiic.c index 2ca0dc3ffc9..b8d9a397f4d 100644 --- a/sys/dev/ic/dwiic.c +++ b/sys/dev/ic/dwiic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dwiic.c,v 1.20 2024/08/17 02:28:45 deraadt Exp $ */ +/* $OpenBSD: dwiic.c,v 1.21 2024/08/17 02:35:00 deraadt Exp $ */ /* * Synopsys DesignWare I2C controller * @@ -37,7 +37,7 @@ dwiic_activate(struct device *self, int act) switch (act) { case DVACT_SUSPEND: - rv = config_activate_children(self, act); + rv = config_activate_children(self, act); /* disable controller */ dwiic_enable(sc, 0); -- 2.20.1