mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 18:40:02 +01:00
whitespace adjust
(cherry picked from 75fe0670eb1f71144246f1c20759d5878bbee00 commit)
This commit is contained in:
parent
dca5274920
commit
3e39bae79f
1 changed files with 4 additions and 4 deletions
|
|
@ -1128,7 +1128,7 @@ CALLBACK(SecurityClientStateCallback)
|
|||
}
|
||||
break;
|
||||
|
||||
case ClientStateRunning:
|
||||
case ClientStateRunning:
|
||||
{
|
||||
XID authId = AuthorizationIDOfClient(client);
|
||||
SecurityAuthorizationPtr pAuth;
|
||||
|
|
@ -1148,8 +1148,8 @@ CALLBACK(SecurityClientStateCallback)
|
|||
}
|
||||
break;
|
||||
}
|
||||
case ClientStateGone:
|
||||
case ClientStateRetained: /* client disconnected */
|
||||
case ClientStateGone:
|
||||
case ClientStateRetained: /* client disconnected */
|
||||
{
|
||||
SecurityAuthorizationPtr pAuth;
|
||||
|
||||
|
|
@ -1169,7 +1169,7 @@ CALLBACK(SecurityClientStateCallback)
|
|||
}
|
||||
break;
|
||||
}
|
||||
default: break;
|
||||
default: break;
|
||||
}
|
||||
} /* SecurityClientStateCallback */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue