mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
mi: code style
This commit is contained in:
parent
c10728a7a9
commit
076bfdceb6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ main(string[] args)
|
|||
|
||||
Gtk.init (ref args);
|
||||
|
||||
var app = new App ();
|
||||
App app = new App ();
|
||||
app.show_all ();
|
||||
|
||||
Gtk.main ();
|
||||
|
|
Loading…
Reference in a new issue