From 2ddbf20345098e4d710cb189c63f845eae477217 Mon Sep 17 00:00:00 2001
From: Marcel Koch <marcel.koch@uni-muenster.de>
Date: Fri, 18 Aug 2017 11:13:42 +0200
Subject: [PATCH] Adjusts to pep8

---
 python/dune/perftool/blockstructured/basis.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/dune/perftool/blockstructured/basis.py b/python/dune/perftool/blockstructured/basis.py
index c3e42822..2549949e 100644
--- a/python/dune/perftool/blockstructured/basis.py
+++ b/python/dune/perftool/blockstructured/basis.py
@@ -108,4 +108,4 @@ def pymbolic_reference_gradient(leaf_element, restriction, number, context=''):
     evaluate_reference_gradient(leaf_element, name, restriction)
     iname = lfs_inames(leaf_element, restriction, number, context=context)[0]
 
-    return prim.Subscript(prim.Variable(name), (prim.Variable(iname), 0))
\ No newline at end of file
+    return prim.Subscript(prim.Variable(name), (prim.Variable(iname), 0))
-- 
GitLab