summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2013-10-29 01:23:17 -0400
committercomex <comexk@gmail.com>2013-11-03 20:54:05 -0500
commitc579637eafb9e9eb7f83711569254bd8da6d09d2 (patch)
tree901c8311f4d1d2064df916a7e4cff7c1804c0a9e /Source/Core/VideoBackends/Software/Src/TextureSampler.cpp
parent965b32be9c38cb8f03632ab15f3a0d3aa98004af (diff)
Run code through the advanced tool 'sed' to remove trailing whitespace.
Diffstat (limited to 'Source/Core/VideoBackends/Software/Src/TextureSampler.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/Src/TextureSampler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp b/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp
index f7c87ba513..0657f701f2 100644
--- a/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp
+++ b/Source/Core/VideoBackends/Software/Src/TextureSampler.cpp
@@ -124,7 +124,7 @@ void SampleMip(s32 s, s32 t, s32 mip, bool linear, u8 texmap, u8 *sample)
int imageHeight = ti0.height;
int tlutAddress = texTlut.tmem_offset << 9;
-
+
// reduce sample location and texture size to mip level
// move texture pointer to mip location
if (mip)