Format code according to conventions (#12381)

Co-authored-by: QMK Bot <hello@qmk.fm>
master
github-actions[bot] 2021-03-25 23:44:37 +11:00 committed by GitHub
parent b05565f368
commit 67252c246c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -155,7 +155,9 @@ static void InvertCharacter(uint8_t *cursor) {
bool oled_init(uint8_t rotation) {
#if defined(USE_I2C) && defined(SPLIT_KEYBOARD)
if (!is_keyboard_master()) { return true; }
if (!is_keyboard_master()) {
return true;
}
#endif
oled_rotation = oled_init_user(rotation);