format code according to conventions [skip ci]

This commit is contained in:
QMK Bot 2020-08-29 22:57:48 +00:00
parent 000eb14d78
commit a3db72df72
14 changed files with 93 additions and 96 deletions

View file

@ -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;