summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-02-06 09:08:13 -0800
committerGitHub <noreply@github.com>2022-02-06 09:08:13 -0800
commitb7f415d0472fcb767c92673a2f628bfaf7f77e54 (patch)
tree7e8a7eab87768c198fd295f5b47cd5abe917866a /drivers
parent0452ad94791c99572c88af3cd5489ef3c0f9970f (diff)
Format code according to conventions (#16249)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpio/sn74x138.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/sn74x138.h b/drivers/gpio/sn74x138.h
index d4d0b6574d..6f1f20e618 100644
--- a/drivers/gpio/sn74x138.h
+++ b/drivers/gpio/sn74x138.h
@@ -40,7 +40,7 @@ void sn74x138_set_enabled(bool enabled);
/**
* Set the output pin address.
- *
+ *
* The selected output pin will be pulled low, while the remaining output pins will be high.
*
* \param address The address to set, from 0 to 7.