Skip to content

Commit dcfcbef

Browse files
committed
Update indentation
1 parent 7350d5a commit dcfcbef

File tree

1 file changed

+1
-2
lines changed
  • hardware/arduino/sam/cores/arduino/USB

1 file changed

+1
-2
lines changed

hardware/arduino/sam/cores/arduino/USB/CDC.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,7 @@ Serial_::operator bool()
309309
}
310310

311311
int32_t Serial_::readBreak() {
312-
uint8_t enableInterrupts = ((__get_PRIMASK() & 0x1) == 0 &&
313-
(__get_FAULTMASK() & 0x1) == 0);
312+
uint8_t enableInterrupts = ((__get_PRIMASK() & 0x1) == 0 && (__get_FAULTMASK() & 0x1) == 0);
314313

315314
// disable interrupts,
316315
// to avoid clearing a breakValue that might occur

0 commit comments

Comments
 (0)