More coding style fixes because I suck at sed

This commit is contained in:
Pierre Bourdon
2011-12-11 11:14:02 +01:00
committed by Sonicadvance1
parent 3c6d0fc710
commit 3bcec51334
8 changed files with 155 additions and 155 deletions

View File

@ -281,7 +281,7 @@ void Shutdown()
}
void EncodeToRamUsingShader(GLuint srcTexture, const TargetRectangle& sourceRc,
u8* destAddr, int dstWidth, int dstHeight, int readStride,
u8* destAddr, int dstWidth, int dstHeight, int readStride,
bool toTexture, bool linearFilter)
{