style cleanup: follow style guide for/with/if spacing

This commit is contained in:
Campbell Barton
2012-03-24 07:52:14 +00:00
parent 81d8f17843
commit b8a71efeba
213 changed files with 2407 additions and 2406 deletions

View File

@@ -9299,7 +9299,7 @@ void GetRawLoadingAnimation(unsigned char **data, int *dataSize)
*data = new unsigned char[138801];
// and copy it. Now we are certain that the calling function
// can control the memory location
for(int i = 0; i < 138801 /* tmp array size */; i++)
for (int i = 0; i < 138801 /* tmp array size */; i++)
{
(*data)[i] = load_blend[i];
}