minor whitespace change

This commit is contained in:
Maximilian Merz 2016-02-18 19:47:35 +01:00
parent 9a50224500
commit 0b1ba738ba

View file

@ -596,8 +596,10 @@ def show_change(cur_artist, cur_album, match):
# Construct lhs and rhs line widths.
lhs_width = len(lhs_comp)
rhs_width = len(rhs_comp)
if max_width_l < lhs_width: max_width_l = lhs_width
if max_width_r < rhs_width: max_width_r = rhs_width
if max_width_l < lhs_width:
max_width_l = lhs_width
if max_width_r < rhs_width:
max_width_r = rhs_width
# Construct lhs and rhs arrays.
info = {