diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2006-11-06 15:39:06 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2006-11-06 15:39:06 -0500 |
commit | 3e39bae79f9dfd278bda1b71b33c665fc9325efc (patch) | |
tree | a68c4036869ed14e6c56ed54bb981acb7b933c96 | |
parent | dca5274920dd40886832c48946cf7e8189da42a6 (diff) |
whitespace adjust
(cherry picked from 75fe0670eb1f71144246f1c20759d5878bbee00 commit)
-rw-r--r-- | Xext/security.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Xext/security.c b/Xext/security.c index 2a73b6066..c5181edf5 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -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 */ |