mi: code style

This commit is contained in:
Stefan Sauer 2010-10-17 22:37:26 +03:00
parent c10728a7a9
commit 076bfdceb6

View file

@ -28,7 +28,7 @@ main(string[] args)
Gtk.init (ref args);
var app = new App ();
App app = new App ();
app.show_all ();
Gtk.main ();