diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-03-31 14:52:57 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2006-03-31 14:52:57 +0000 |
commit | 710bb2e6c8b2874406e48fa8ad24539290c98d41 (patch) | |
tree | d765285e0a38bc868e5068e2921c0be67de6c17d /Xi/chgprop.c | |
parent | 7c44bb8c49656133eae675377edea55322d254ca (diff) |
Reindent with -cbi0.
Diffstat (limited to 'Xi/chgprop.c')
-rw-r--r-- | Xi/chgprop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xi/chgprop.c b/Xi/chgprop.c index 0f1ab5152..52c38838d 100644 --- a/Xi/chgprop.c +++ b/Xi/chgprop.c @@ -155,8 +155,8 @@ ProcXChangeDeviceDontPropagateList(register ClientPtr client) if (DeviceEventSuppressForWindow(pWin, client, tmp[i].mask, i) != Success) { - SendErrorToClient(client, IReqCode, X_ChangeDeviceDontPropagateList, - 0, BadClass); + SendErrorToClient(client, IReqCode, + X_ChangeDeviceDontPropagateList, 0, BadClass); return Success; } } |