astyle 3.0 caught this style violation

pull/365/head
Jesse Vincent 7 years ago
parent 95bd188a54
commit 51f37933f3

@ -108,8 +108,8 @@ void TestMode_::test_matrix() {
} }
void TestMode_::toggle_programming_leds_on() { void TestMode_::toggle_programming_leds_on() {
PORTD |= (1<<5); PORTD |= (1 << 5);
PORTB |= (1<<0); PORTB |= (1 << 0);
} }
void TestMode_::run_tests() { void TestMode_::run_tests() {

Loading…
Cancel
Save