diff options
author | Tectu <joel@unormal.org> | 2012-06-24 18:28:57 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-24 18:28:57 +0200 |
commit | e543f15633db2fc915245c5ede020c30e633c1a4 (patch) | |
tree | 324320cfd03bfb4014691043a8283bca654a6fdc | |
parent | ed70b3acc48e16f9c7640ef95152ea6037901e8e (diff) | |
download | uGFX-e543f15633db2fc915245c5ede020c30e633c1a4.tar.gz uGFX-e543f15633db2fc915245c5ede020c30e633c1a4.tar.bz2 uGFX-e543f15633db2fc915245c5ede020c30e633c1a4.zip |
whitespaces
-rw-r--r-- | glcd.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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); } |