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/XGMotion.c | |
parent | 2d9a57cd77575ca9850d226c79a897cbe88d06e9 (diff) |
fix indentation on function declarations
Another brief run with indent.
Diffstat (limited to 'src/XGMotion.c')
-rw-r--r-- | src/XGMotion.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/XGMotion.c b/src/XGMotion.c index 077bd88..abcc06a 100644 --- a/src/XGMotion.c +++ b/src/XGMotion.c @@ -66,10 +66,9 @@ XDeviceTimeCoord dpy; XDevice * dev; - Time - start; - Time - stop; + +Time start; +Time stop; int * nEvents; int * |