# HG changeset patch # User ib # Date 1326383600 0 # Node ID e3d6a010e8ae68e37dbb13742aaab087cc53bcca # Parent c4731df07bfee39cf06f8db26bca80d642868ae4 Cosmetic: Remove braces. diff -r c4731df07bfe -r e3d6a010e8ae gui/wm/ws.c --- a/gui/wm/ws.c Thu Jan 12 15:50:53 2012 +0000 +++ b/gui/wm/ws.c Thu Jan 12 15:53:20 2012 +0000 @@ -266,18 +266,16 @@ mp_msg(MSGT_GPLAYER, MSGL_INFO, MSGTR_WS_RemoteDisplay); } - if (!XShmQueryExtension(wsDisplay)) { + if (!XShmQueryExtension(wsDisplay)) wsUseXShm = 0; - } if (!wsUseXShm) mp_msg(MSGT_GPLAYER, MSGL_INFO, MSGTR_WS_NoXshm); #ifdef CONFIG_XSHAPE - if (!XShapeQueryExtension(wsDisplay, &eventbase, &errorbase)) { + if (!XShapeQueryExtension(wsDisplay, &eventbase, &errorbase)) wsUseXShape = 0; - } #else wsUseXShape = 0;