From 358f2a8b1097b80f3965cadc7d97e3aeda1e18b5 Mon Sep 17 00:00:00 2001
From: jdsteve2 <jdsteve2@illinois.edu>
Date: Sun, 4 Mar 2018 03:00:28 -0600
Subject: [PATCH] removed extra blank line

---
 loopy/statistics.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/loopy/statistics.py b/loopy/statistics.py
index b9d147fe4..b27888b1d 100755
--- a/loopy/statistics.py
+++ b/loopy/statistics.py
@@ -930,7 +930,6 @@ class GlobalMemAccessCounter(MemAccessCounter):
                                 count_granularity=CountGranularity.SUBGROUP): 1}
                               ) + self.rec(expr.index)
 
-
         # create lid_strides dict (strides are coefficents in flattened index)
         # i.e., we want {0:A, 1:B, 2:C, ...} where A, B, & C
         # come from flattened index [... + C*lid2 + B*lid1 + A*lid0]
-- 
GitLab