From 51f37933f380b826e05a9587d808824d00088d64 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 21 Jun 2017 13:06:09 +0800 Subject: [PATCH] astyle 3.0 caught this style violation --- src/Kaleidoscope-Model01-TestMode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Kaleidoscope-Model01-TestMode.cpp b/src/Kaleidoscope-Model01-TestMode.cpp index e3c709b6..1d7175eb 100644 --- a/src/Kaleidoscope-Model01-TestMode.cpp +++ b/src/Kaleidoscope-Model01-TestMode.cpp @@ -108,8 +108,8 @@ void TestMode_::test_matrix() { } void TestMode_::toggle_programming_leds_on() { - PORTD |= (1<<5); - PORTB |= (1<<0); + PORTD |= (1 << 5); + PORTB |= (1 << 0); } void TestMode_::run_tests() {