diff --git a/loopy/statistics.py b/loopy/statistics.py
index b9d147fe47169d85940ae841879f574c55e3fe06..b27888b1dba1201bc1da013acddb0190ea712482 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]