formatting.

2008-08-25  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-render.c 
(render_image_tile_fault):
	formatting.


svn path=/trunk/; revision=26756
This commit is contained in:
Sven Neumann 2008-08-25 12:40:46 +00:00 committed by Sven Neumann
parent 47afc75282
commit 35980b2291
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-08-25 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell-render.c (render_image_tile_fault):
formatting.
2008-08-25 Sven Neumann <sven@gimp.org>
* app/base/tile-manager.c (read_pixel_data_1): removed redundant

View File

@ -959,8 +959,6 @@ render_image_tile_fault (RenderInfo *info)
src[8] = src[5]; /* reusing existing pixel data */
}
if (tile[0])
{
src[0] = tile_data_pointer (tile[0], info->src_x - 1, info->src_y - 1);