diff options
Diffstat (limited to 'hw/dmx/glxProxy/glxvendor.c')
-rw-r--r-- | hw/dmx/glxProxy/glxvendor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/glxProxy/glxvendor.c b/hw/dmx/glxProxy/glxvendor.c index b475daf0f..fc8aff0cc 100644 --- a/hw/dmx/glxProxy/glxvendor.c +++ b/hw/dmx/glxProxy/glxvendor.c @@ -220,7 +220,7 @@ __glXVForwardPipe0WithReply(__GLXclientState * cl, GLbyte * pc) dmxScreen = &dmxScreens[glxc->pScreen->myNum]; dpy = GetBackEndDisplay(cl, glxc->pScreen->myNum); - /* + /* * send the request to the first back-end server */ LockDisplay(dpy); @@ -311,7 +311,7 @@ __glXVForwardAllWithReply(__GLXclientState * cl, GLbyte * pc) pc += sz_xGLXVendorPrivateReq; buf_size = (req->length << 2) - sz_xGLXVendorPrivateReq; - /* + /* * send the request to the first back-end server(s) */ for (s = to_screen; s >= from_screen; s--) { |