Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 14, 2016
1 parent 925859a commit 86d4b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/software/SDL_rotate.c
Expand Up @@ -343,7 +343,7 @@ SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery,
SDL_Surface *rz_dst;
int is32bit;
int i;
Uint8 r = 0,g = 0,b = 0;
Uint8 r = 0, g = 0, b = 0;
Uint32 colorkey = 0;
int colorKeyAvailable = 0;
double sangleinv, cangleinv;
Expand Down

0 comments on commit 86d4b09

Please sign in to comment.