diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-07-18 11:28:58 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-18 11:28:58 -0400 |
commit | 8f0d3c6d1f64fdc3b20d0beb831fa457214d5188 (patch) | |
tree | eea35114a496edb6de7721bfac1277440752794d /src/XListDev.c | |
parent | 2d9a57cd77575ca9850d226c79a897cbe88d06e9 (diff) |
fix indentation on function declarations
Another brief run with indent.
Diffstat (limited to 'src/XListDev.c')
-rw-r--r-- | src/XListDev.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/XListDev.c b/src/XListDev.c index e834e6a..ea9aa62 100644 --- a/src/XListDev.c +++ b/src/XListDev.c @@ -63,11 +63,10 @@ SOFTWARE. #include <X11/extensions/extutil.h> #include "XIint.h" -XDeviceInfo * XListInputDevices(dpy, ndevices) - register Display * - dpy; - int * - ndevices; +XDeviceInfo * +XListInputDevices(dpy, ndevices) + register Display *dpy; + int *ndevices; { int size; xListInputDevicesReq *req; |