Minor code beautification
This commit is contained in:
		| @@ -22,7 +22,8 @@ ag_app_peek_first_window(AgApp *app) | ||||
|     for ( | ||||
|                 l = gtk_application_get_windows(GTK_APPLICATION(app)); | ||||
|                 l; | ||||
|          l = g_list_next(l)) { | ||||
|                 l = g_list_next(l) | ||||
|             ) { | ||||
|         if (GTK_IS_WINDOW(l->data)) { | ||||
|             return GTK_WINDOW(l->data); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user