From 3e33279a6e90926dcfe3e57b9dd56b2dab408013 Mon Sep 17 00:00:00 2001 From: Olaf Leidinger Date: Tue, 21 Oct 2014 23:28:30 +0200 Subject: [PATCH] whitespace --- src/icon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/icon.js b/src/icon.js index edf52be..0149a0d 100644 --- a/src/icon.js +++ b/src/icon.js @@ -122,9 +122,9 @@ const Pie = { height: 1, draw : function(cr, stat, primary, secundary) { const pi = Math.PI; - const r = 0.5; + const r = 0.5; - if(stat == null) stat = 0; + if(stat == null) stat = 0; cr.translate(0.5, 0.5); cr.save();