Fix indentation

This commit is contained in:
Rihards Skuja 2018-01-21 19:27:15 +02:00
parent 88751a91d5
commit 1322a84c35
No known key found for this signature in database
GPG Key ID: 53FA13A3F7F8571B

View File

@ -50,8 +50,8 @@ int main(void)
else
CLR(LED_PORT, LED_GREEN_BIT);
} else {
CLR(LED_PORT, LED_GREEN_BIT);
CLR(LED_PORT, LED_BLUE_BIT);
CLR(LED_PORT, LED_GREEN_BIT);
CLR(LED_PORT, LED_BLUE_BIT);
}
}