diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-11-13 17:14:35 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-11-13 17:14:35 +1030 |
commit | e96d926d64f7fb63f6bf2aa0ea0a8440a188947b (patch) | |
tree | fbd4a5a2c982cc27b9ee7733668a6c3d840b0ee1 /Xi/grabdev.c | |
parent | 5031238aad2b6b7511aab0f9d15edfbdd2b4cce7 (diff) |
Xi: remove trailing whitespaces.
Diffstat (limited to 'Xi/grabdev.c')
-rw-r--r-- | Xi/grabdev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Xi/grabdev.c b/Xi/grabdev.c index 16f4b7ea2..a963aa4a1 100644 --- a/Xi/grabdev.c +++ b/Xi/grabdev.c @@ -147,12 +147,12 @@ ProcXGrabDevice(ClientPtr client) * * This procedure creates an event mask from a list of XEventClasses. * - * Procedure is as follows: + * Procedure is as follows: * An XEventClass is (deviceid << 8 | eventtype). For each entry in the list, * get the device. Then run through all available event indices (those are * set when XI starts up) and binary OR's the device's mask to whatever the - * event mask for the given event type was. - * If an error occurs, it is sent to the client. Errors are generated if + * event mask for the given event type was. + * If an error occurs, it is sent to the client. Errors are generated if * - if the device given in the event classs is invalid * - if the device in the class list is not the device given as parameter (no * error if parameter is NULL) |