mirror of
https://github.com/brl/mutter.git
synced 2025-02-21 07:24:09 +00:00
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
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user