diff options
author | Brian Paul <[email protected]> | 2015-10-15 09:52:09 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-10-20 12:52:40 -0600 |
commit | f7272032bec2e92e05e9c870e9655ca069d3d988 (patch) | |
tree | 522b247e0d44cafbba64e83749af3290500817e9 | |
parent | f6d4e20d10d2316b70b73676e97b2c1e5cf7634a (diff) |
mesa: simple whitespace fix in texstore.c
-rw-r--r-- | src/mesa/main/texstore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 4b13c42ed74..d7671738b18 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -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() |