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:
parent
8039b58410
commit
c9c4b06429
@ -977,7 +977,8 @@ const GOptionEntry options[] = {
|
||||
};
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
main(int argc,
|
||||
char **argv)
|
||||
{
|
||||
GOptionContext *context = g_option_context_new (NULL);
|
||||
GdkScreen *screen;
|
||||
|
Loading…
Reference in New Issue
Block a user