Review formatting for PR #1004

This commit is contained in:
Ray
2019-10-29 16:03:21 +01:00
parent 75b0264f35
commit dc6136e820
3 changed files with 17 additions and 25 deletions

View File

@@ -1887,10 +1887,9 @@ unsigned int rlLoadTexture(void *data, int width, int height, int format, int mi
#endif
#endif // GRAPHICS_API_OPENGL_11
if( data == NULL ){
//ups!
if (data == NULL)
{
TraceLog(LOG_WARNING, "Got asked to load texture from a NULL pointer!");
return id;
}