summaryrefslogtreecommitdiffstats
path: root/combox
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-03 20:39:46 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-03 20:39:46 -0500
commit95895e73f0750b86c2e6c0d1162535ecd8c6ee9d (patch)
tree49bdfec48a30fe374a2933de112651dced1f8efe /combox
parent7cef0c747a277d3372cb80e510dc49240c6e5447 (diff)
combox/gui.py: fixed spacing.
Diffstat (limited to 'combox')
-rw-r--r--combox/gui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/combox/gui.py b/combox/gui.py
index b6e9eab..df1118a 100644
--- a/combox/gui.py
+++ b/combox/gui.py
@@ -390,8 +390,7 @@ class ComboxConfigDialog(object):
lambda e: self.destroy_askdirectory_button())
last_occ_row = last_occ_row + 2
-
-
+
#
# It is here for testing purposes only, will be removed in the future.