Commit 1d36dcc9 authored by Sam Lantinga's avatar Sam Lantinga

indent

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402594
parent 83bd10d1
......@@ -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
......
......@@ -300,7 +300,7 @@ main(int argc, char *argv[])
((double) frames * 1000) / (now - then));
}
quit(0);
return 0;
return 0;
}
#else /* HAVE_OPENGL */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment