Update of /cvsroot/plib/plib/src/js
In directory sc8-pr-cvs1:/tmp/cvs-serv14286
Modified Files:
jsLinux.cxx
Log Message:
remove trailing spaces.
----------------------------------------------------------------------
Index: jsLinux.cxx
===================================================================
RCS file: /cvsroot/plib/plib/src/js/jsLinux.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jsLinux.cxx 10 Apr 2003 11:47:19 -0000 1.2
+++ jsLinux.cxx 10 Apr 2003 12:36:27 -0000 1.3
@@ -57,9 +57,9 @@
*/
unsigned char u ;
ioctl ( fd, JSIOCGAXES , &u ) ;
- num_axes = u ;
+ num_axes = u ;
ioctl ( fd, JSIOCGBUTTONS, &u ) ;
- num_buttons = u ;
+ num_buttons = u ;
ioctl ( fd, JSIOCGNAME ( sizeof(name) ), name ) ;
fcntl ( fd, F_SETFL , O_NONBLOCK ) ;
|