Mercurial > sdl-ios-xcode
changeset 2895:9328f53a0ca2
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 20 Dec 2008 23:10:20 +0000 |
parents | e80f347b6d29 |
children | 1ef2f1e75ff7 |
files | test/testlines2.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/testlines2.c Sat Dec 20 18:56:35 2008 +0000 +++ b/test/testlines2.c Sat Dec 20 23:10:20 2008 +0000 @@ -66,8 +66,8 @@ if (i == 0) { SDL_RenderLine(0, 0, window_w, window_h); SDL_RenderLine(0, window_h, window_w, 0); - SDL_RenderLine(0, window_h/2, window_w, window_h/2); - SDL_RenderLine(window_w/2, 0, window_w/2, window_h); + SDL_RenderLine(0, window_h / 2, window_w, window_h / 2); + SDL_RenderLine(window_w / 2, 0, window_w / 2, window_h); } else { x1 = rand() % window_w; x2 = rand() % window_w;