summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-10-15 09:52:09 -0600
committerBrian Paul <brianp@vmware.com>2015-10-20 12:52:40 -0600
commitf7272032bec2e92e05e9c870e9655ca069d3d988 (patch)
tree522b247e0d44cafbba64e83749af3290500817e9 /src
parentf6d4e20d10d2316b70b73676e97b2c1e5cf7634a (diff)
mesa: simple whitespace fix in texstore.c
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/texstore.c2
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()