Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 20, 2008
1 parent b7bc01a commit 2009dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testlines2.c
Expand Up @@ -66,8 +66,8 @@ DrawLines(SDL_WindowID window)
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;
Expand Down

0 comments on commit 2009dce

Please sign in to comment.