From 10e8d5ba015fc1871a1b89b04ba669d949876cce Mon Sep 17 00:00:00 2001
From: arigdon-usgs <arigdon@usgs.gov>
Date: Fri, 15 Jun 2018 09:10:03 -0600
Subject: [PATCH] fixed whitespace errors

---
 geomagio/algorithm/AverageAlgorithm.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/geomagio/algorithm/AverageAlgorithm.py b/geomagio/algorithm/AverageAlgorithm.py
index ca35637ac..7222e8216 100644
--- a/geomagio/algorithm/AverageAlgorithm.py
+++ b/geomagio/algorithm/AverageAlgorithm.py
@@ -76,7 +76,8 @@ class AverageAlgorithm(Algorithm):
             if ts.stats.starttime != self._stt:
                 raise AlgorithmException(
                     'Received timeseries have different starttimes')
-	    count+=1
+            count += 1
+
     def process(self, timeseries):
         """averages a channel across multiple stations
 
-- 
GitLab