summaryrefslogtreecommitdiff
path: root/drivers/oled/oled_driver.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-08-29 22:57:48 +0000
committerQMK Bot <hello@qmk.fm>2020-08-29 22:57:48 +0000
commita3db72df7299140e52f57d082a3742a8b480a226 (patch)
tree41d62db0fecd2eb0aeae1744b52e677555e55288 /drivers/oled/oled_driver.h
parent000eb14d789f84afc7dbd33955dbfb6481792f0b (diff)
format code according to conventions [skip ci]
Diffstat (limited to 'drivers/oled/oled_driver.h')
-rw-r--r--drivers/oled/oled_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oled/oled_driver.h b/drivers/oled/oled_driver.h
index 7ec00d66a3..9a4b98d2fd 100644
--- a/drivers/oled/oled_driver.h
+++ b/drivers/oled/oled_driver.h
@@ -155,7 +155,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
typedef struct __attribute__((__packed__)) {
- uint8_t *current_element;
+ uint8_t *current_element;
uint16_t remaining_element_count;
} oled_buffer_reader_t;