i965: Remove blank line at EOF

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>
This commit is contained in:
Anuj Phogat 2021-03-03 09:27:21 -08:00
parent 38b2e13766
commit 3096788e5c

View file

@ -131,4 +131,3 @@ brw_init_pixel_functions(struct dd_function_table *functions)
functions->DrawPixels = brw_drawpixels;
functions->ReadPixels = brw_readpixels;
}