From ff22625e3b7f745f7398a2c58cb36f7f4f138453 Mon Sep 17 00:00:00 2001
From: Clayton Smith <argilo@gmail.com>
Date: Mon, 12 Oct 2020 16:35:17 -0400
Subject: grc: fix pylint C0326: wrong number of spaces

---
 grc/core/FlowGraph.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'grc/core/FlowGraph.py')

diff --git a/grc/core/FlowGraph.py b/grc/core/FlowGraph.py
index d7a2bfeeee..f4984d608e 100644
--- a/grc/core/FlowGraph.py
+++ b/grc/core/FlowGraph.py
@@ -105,7 +105,7 @@ class FlowGraph(Element):
 
         output = []
         for snip in snippets:
-            d ={}
+            d = {}
             sect = snip.params['section'].value
             d['section'] = sect
             d['priority'] = snip.params['priority'].value
@@ -455,7 +455,7 @@ class FlowGraph(Element):
             had_connect_errors = True
 
         for block in self.blocks:
-            if block.is_dummy_block :
+            if block.is_dummy_block:
                 block.rewrite()      # Make ports visible
                 # Flowgraph errors depending on disabled blocks are not displayed
                 # in the error dialog box
-- 
cgit v1.2.3