pep8 edits

This commit is contained in:
2011-11-13 14:38:00 +00:00
parent 64ca81ef0f
commit a7c37e5254
2 changed files with 17 additions and 17 deletions

View File

@@ -464,7 +464,7 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
layout.separator() layout.separator()
if md.is_cached: if md.is_cached:
layout.operator("object.ocean_bake", text="Free Bake").free=True layout.operator("object.ocean_bake", text="Free Bake").free = True
else: else:
layout.operator("object.ocean_bake") layout.operator("object.ocean_bake")