From b554d9bc79eb14a06914413d5b340f255330f25c Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 17 Oct 2015 20:13:45 -0500
Subject: [PATCH] Whitespace fix

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

diff --git a/loopy/context_matching.py b/loopy/context_matching.py
index a88e20700..45f9a4d74 100644
--- a/loopy/context_matching.py
+++ b/loopy/context_matching.py
@@ -98,7 +98,6 @@ class MatchExpressionBase(object):
         return not self.__eq__(other)
 
 
-
 class AllMatchExpression(MatchExpressionBase):
     def __call__(self, kernel, matchable):
         return True
-- 
GitLab