From dba58f680f0e75a5a38fcfafacbf0abf15c68254 Mon Sep 17 00:00:00 2001
From: ellis <eshoag2@illinois.edu>
Date: Thu, 2 Mar 2017 10:50:49 -0600
Subject: [PATCH] Fix whitespace

---
 meshmode/mesh/__init__.py   | 1 +
 meshmode/mesh/processing.py | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/meshmode/mesh/__init__.py b/meshmode/mesh/__init__.py
index 237bc2c4..c7520a62 100644
--- a/meshmode/mesh/__init__.py
+++ b/meshmode/mesh/__init__.py
@@ -381,6 +381,7 @@ class NodalAdjacency(Record):
 
 # }}}
 
+
 # {{{ partition adjacency
 
 class InterPartitionAdjacency():
diff --git a/meshmode/mesh/processing.py b/meshmode/mesh/processing.py
index 6d7e792c..7258d856 100644
--- a/meshmode/mesh/processing.py
+++ b/meshmode/mesh/processing.py
@@ -172,7 +172,8 @@ def partition_mesh(mesh, part_per_element, part_nr):
                     if parent_facial_group.neighbors[idx] >= 0:
                         if face == parent_facial_group.element_faces[idx]:
                             rank_neighbor = parent_facial_group.neighbors[idx]
-                            rank_neighbor_face = parent_facial_group.neighbor_faces[idx]
+                            rank_neighbor_face = \
+                                parent_facial_group.neighbor_faces[idx]
                             mgrp_start_elem = 0
                             pgrp_start_elem = 0
                             for grp in range(parent_group):
-- 
GitLab