i965: Remove blank line at EOF
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 3 Mar 2021 17:27:21 +0000 (09:27 -0800)
committerAnuj Phogat <anuj.phogat@gmail.com>
Thu, 11 Mar 2021 17:43:03 +0000 (09:43 -0800)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9510>

src/mesa/drivers/dri/i965/intel_pixel.c

index 1d28d43..9a1ef8d 100644 (file)
@@ -131,4 +131,3 @@ brw_init_pixel_functions(struct dd_function_table *functions)
    functions->DrawPixels = brw_drawpixels;
    functions->ReadPixels = brw_readpixels;
 }
-