Skip to content

Commit b9ca456

Browse files
committed
removed trailing whitespace
1 parent 67da023 commit b9ca456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/user_interfaces/mpl_with_glade_316.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ def main():
3030

3131
canvas = FigureCanvas(figure) # a Gtk.DrawingArea
3232
canvas.set_size_request(800,600)
33-
sw.add_with_viewport(canvas)
34-
#End of Matplotlib specific code
35-
33+
sw.add_with_viewport(canvas)
34+
#End of Matplotlib specific code
35+
3636
window.show_all()
3737
Gtk.main()
3838

0 commit comments

Comments
 (0)