aboutsummaryrefslogtreecommitdiff
path: root/ports/samd/tusb_port.c
diff options
context:
space:
mode:
authorDamien George2020-03-27 00:35:04 +1100
committerDamien George2020-03-28 23:36:44 +1100
commit1a3e386c67e03a79eb768cb6e9f6777e002d6660 (patch)
tree7e0b0620744e738bb281eb1c032b21a53558b8c0 /ports/samd/tusb_port.c
parentb56caaf104a196902efb23f324f7e290c6f3d291 (diff)
all: Remove spaces inside and around parenthesis.
Using new options enabled in the uncrustify configuration.
Diffstat (limited to 'ports/samd/tusb_port.c')
-rw-r--r--ports/samd/tusb_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/samd/tusb_port.c b/ports/samd/tusb_port.c
index d1d9e0d8c..019e3a891 100644
--- a/ports/samd/tusb_port.c
+++ b/ports/samd/tusb_port.c
@@ -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;
}