mesa: simple whitespace fix in texstore.c

This commit is contained in:
Brian Paul 2015-10-15 09:52:09 -06:00
parent f6d4e20d10
commit f7272032be
1 changed files with 2 additions and 0 deletions

View File

@ -906,6 +906,8 @@ _mesa_texstore_memcpy(TEXSTORE_PARAMS)
srcAddr, srcPacking);
return GL_TRUE;
}
/**
* Store user data into texture memory.
* Called via glTex[Sub]Image1/2/3D()