Skip to content

Commit

Permalink
Match codebase formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eylles committed Dec 5, 2024
1 parent 7126c84 commit 3696792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x-server-local.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ poll_for_socket_cb (XServerLocal *server)
/* Check is X11 socket file exists as an alternative startup test to SIGUSR1 */
GStatBuf statbuf;
g_autofree gchar *socketpath = g_strdup_printf ("/tmp/.X11-unix/X%d", priv->display_number);
if ( g_stat (socketpath, &statbuf) == 0 )
if (g_stat (socketpath, &statbuf) == 0)
{
uid_t uid = priv->user ? user_get_uid(priv->user) : 0;

Expand Down

0 comments on commit 3696792

Please sign in to comment.