diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-02-11 22:01:11 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2018-02-26 00:58:46 +0100 |
commit | 41a0ba729fb67efdc5f7bd50f73f145cf5d8a153 (patch) | |
tree | 4000aa2277bf5ae33598fb0acee7ad415f73cfc1 /nx-X11/programs/Xserver/Xi/setbmap.h | |
parent | 5bfafee5087bcbc37b7f8db246b20d7a4bba5731 (diff) | |
download | nx-libs-41a0ba729fb67efdc5f7bd50f73f145cf5d8a153.tar.gz nx-libs-41a0ba729fb67efdc5f7bd50f73f145cf5d8a153.tar.bz2 nx-libs-41a0ba729fb67efdc5f7bd50f73f145cf5d8a153.zip |
Xi: reformat code, ansify
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/setbmap.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/setbmap.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/Xi/setbmap.h b/nx-X11/programs/Xserver/Xi/setbmap.h index 7dd00c416..1ab60359b 100644 --- a/nx-X11/programs/Xserver/Xi/setbmap.h +++ b/nx-X11/programs/Xserver/Xi/setbmap.h @@ -33,18 +33,18 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. int SProcXSetDeviceButtonMapping( ClientPtr /* client */ - ); + ); int ProcXSetDeviceButtonMapping( ClientPtr /* client */ - ); + ); void SRepXSetDeviceButtonMapping( ClientPtr /* client */, - int /* size */, - xSetDeviceButtonMappingReply * /* rep */ - ); + int /* size */ , + xSetDeviceButtonMappingReply * /* rep */ + ); #endif /* SETBMAP_H */ |