Skip to content

Commit

Permalink
removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
WeatherGod committed Jun 27, 2014
1 parent 67da023 commit b9ca456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/user_interfaces/mpl_with_glade_316.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def main():

canvas = FigureCanvas(figure) # a Gtk.DrawingArea
canvas.set_size_request(800,600)
sw.add_with_viewport(canvas)
#End of Matplotlib specific code
sw.add_with_viewport(canvas)
#End of Matplotlib specific code

window.show_all()
Gtk.main()

Expand Down

0 comments on commit b9ca456

Please sign in to comment.