From e543f15633db2fc915245c5ede020c30e633c1a4 Mon Sep 17 00:00:00 2001 From: Tectu Date: Sun, 24 Jun 2012 18:28:57 +0200 Subject: [PATCH] whitespaces --- glcd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glcd.c b/glcd.c index b00fa698..01e166a8 100644 --- a/glcd.c +++ b/glcd.c @@ -394,10 +394,10 @@ void lcdDrawCircle(uint16_t x, uint16_t y, uint16_t radius, uint8_t filled, uint lcdDrawPixel(x-b, y-a, color); } - if(P < 0) - P += 3 + 2*a++; - else - P += 5 + 2*(a++ - b--); - } while(a <= b); + if(P < 0) + P += 3 + 2*a++; + else + P += 5 + 2*(a++ - b--); + } while(a <= b); }