Browse Source

libobs: Remove trailing whitespace

jp9000 9 years ago
parent
commit
a6c8a923e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs/graphics/image-file.c

+ 1 - 1
libobs/graphics/image-file.c

@@ -212,7 +212,7 @@ void gs_image_file_init_texture(gs_image_file_t *image)
 				image->cx, image->cy, image->format, 1,
 				(const uint8_t**)&image->gif.frame_image,
 				GS_DYNAMIC);
-				
+
 	} else {
 		image->texture = gs_texture_create(
 				image->cx, image->cy, image->format, 1,