summaryrefslogtreecommitdiff
path: root/src/XGetProp.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-07-18 11:28:58 -0400
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-07-18 11:28:58 -0400
commit8f0d3c6d1f64fdc3b20d0beb831fa457214d5188 (patch)
treeeea35114a496edb6de7721bfac1277440752794d /src/XGetProp.c
parent2d9a57cd77575ca9850d226c79a897cbe88d06e9 (diff)
fix indentation on function declarations
Another brief run with indent.
Diffstat (limited to 'src/XGetProp.c')
-rw-r--r--src/XGetProp.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/XGetProp.c b/src/XGetProp.c
index 59b8b87..0ea8ceb 100644
--- a/src/XGetProp.c
+++ b/src/XGetProp.c
@@ -61,13 +61,12 @@ SOFTWARE.
#include <X11/extensions/extutil.h>
#include "XIint.h"
-XEventClass * XGetDeviceDontPropagateList(dpy, window, count)
- register Display *
- dpy;
- Window
- window;
- int *
- count;
+XEventClass *
+XGetDeviceDontPropagateList(dpy, window, count)
+ register Display *dpy;
+
+Window window;
+ int *count;
{
XEventClass *list = NULL;
int rlen;