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 Aug 12, 2007
1 parent 0398798 commit 2caaf97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/video/SDL_blit_A.c
Expand Up @@ -2837,7 +2837,7 @@ SDL_CalculateAlphaBlit(SDL_Surface * surface, int blit_index)
return BlitNto1SurfaceAlphaKey;
else
#if SDL_ALTIVEC_BLITTERS
if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 &&
if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 &&
SDL_HasAltiVec())
return Blit32to32SurfaceAlphaKeyAltivec;
else
Expand Down
2 changes: 1 addition & 1 deletion test/testgl2.c
Expand Up @@ -300,7 +300,7 @@ main(int argc, char *argv[])
((double) frames * 1000) / (now - then));
}
quit(0);
return 0;
return 0;
}

#else /* HAVE_OPENGL */
Expand Down

0 comments on commit 2caaf97

Please sign in to comment.