PEP8 formatting

This commit is contained in:
Sybren A. Stüvel 2016-07-21 11:03:30 +02:00
parent a10b4a804c
commit 7cf858855e

View File

@ -666,7 +666,7 @@ class BlenderCloudBrowser(pillar.PillarOperatorMixin,
bgl.glRectf(0,
bottom_y - ITEM_MARGIN_Y,
window_region.width,
bottom_y+1 - ITEM_MARGIN_Y)
bottom_y + 1 - ITEM_MARGIN_Y)
self.scroll_offset_space_left = window_region.height - bottom_y
self.scroll_offset_max = (self.scroll_offset -
self.scroll_offset_space_left +