From: Brian Paul Date: Thu, 15 Oct 2015 15:52:09 +0000 (-0600) Subject: mesa: simple whitespace fix in texstore.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7272032bec2e92e05e9c870e9655ca069d3d988;p=mesa.git mesa: simple whitespace fix in texstore.c --- 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()