Mesa (master): mesa: simple whitespace fix in texstore.c

Brian Paul brianp at kemper.freedesktop.org
Tue Oct 20 19:59:46 UTC 2015


Module: Mesa
Branch: master
Commit: f7272032bec2e92e05e9c870e9655ca069d3d988
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7272032bec2e92e05e9c870e9655ca069d3d988

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 15 09:52:09 2015 -0600

mesa: simple whitespace fix in texstore.c

---

 src/mesa/main/texstore.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index 4b13c42..d767173 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()




More information about the mesa-commit mailing list