all: Remove spaces inside and around parenthesis.

Using new options enabled in the uncrustify configuration.
This commit is contained in:
Damien George
2020-03-27 00:35:04 +11:00
parent b56caaf104
commit 1a3e386c67
24 changed files with 49 additions and 49 deletions

View File

@@ -109,7 +109,7 @@ const uint16_t *tud_descriptor_string_cb(uint8_t index) {
}
// first byte is length (including header), second byte is string type
desc_str[0] = (TUSB_DESC_STRING << 8 ) | (2 * len + 2);
desc_str[0] = (TUSB_DESC_STRING << 8) | (2 * len + 2);
return desc_str;
}