From: deraadt Date: Sat, 17 Aug 2024 02:35:00 +0000 (+0000) Subject: whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=80bce6dbd02b9b5cd0d32e5e6259fecaeccab7fb;p=openbsd whitespace --- 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);