tests/test-client: Use proper style for main arguments

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2970>
This commit is contained in:
Marco Trevisan (Treviño) 2023-04-19 18:41:10 +02:00
parent 8039b58410
commit c9c4b06429

View File

@ -977,7 +977,8 @@ const GOptionEntry options[] = {
}; };
int int
main(int argc, char **argv) main(int argc,
char **argv)
{ {
GOptionContext *context = g_option_context_new (NULL); GOptionContext *context = g_option_context_new (NULL);
GdkScreen *screen; GdkScreen *screen;