From c8975c437597fbb9cabf0a117bc9f571bd17021f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Oct 2012 12:18:45 +0000 Subject: style cleanup --- source/blender/gpu/intern/gpu_draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/intern/gpu_draw.c b/source/blender/gpu/intern/gpu_draw.c index b40e19e1c9e..7bd72430969 100644 --- a/source/blender/gpu/intern/gpu_draw.c +++ b/source/blender/gpu/intern/gpu_draw.c @@ -620,7 +620,7 @@ int GPU_verify_image(Image *ima, ImageUser *iuser, int tftile, int compare, int GPU_create_gl_tex(bind, rect, frect, rectw, recth, mipmap, use_high_bit_depth, ima); /* mark as non-color data texture */ - if(*bind) { + if (*bind) { if (is_data) ima->tpageflag |= IMA_GLBIND_IS_DATA; else @@ -739,7 +739,7 @@ int GPU_upload_dxt_texture(ImBuf *ibuf) return FALSE; } - if(!is_power_of_2_i(width) || !is_power_of_2_i(height)) { + if (!is_power_of_2_i(width) || !is_power_of_2_i(height)) { printf("Unable to load non-power-of-two DXT image resolution, falling back to uncompressed\n"); return FALSE; } -- cgit v1.2.3