Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11modes.c @ 2920:cdb01906cb7e
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 25 Dec 2008 05:26:29 +0000 |
parents | ffdd533f7add |
children | e38423786728 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11modes.c Thu Dec 25 05:16:18 2008 +0000 +++ b/src/video/x11/SDL_x11modes.c Thu Dec 25 05:26:29 2008 +0000 @@ -157,7 +157,7 @@ displaydata->visual = vinfo.visual; displaydata->depth = vinfo.depth; - displaydata->scanline_pad = SDL_BYTESPERPIXEL(mode.format)*8; + displaydata->scanline_pad = SDL_BYTESPERPIXEL(mode.format) * 8; pixmapFormats = XListPixmapFormats(data->display, &n); if (pixmapFormats) { for (i = 0; i < n; ++i) {