intel/fs: Add missing newline

Emacs will add a newline to the end of this file whether I've edited
that line or not. It was driving me up the wall, so... yeah.

Trivial.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23777>
This commit is contained in:
Ian Romanick
2023-06-21 07:51:00 -07:00
committed by Marge Bot
parent df6749ed56
commit ed5d346868

View File

@@ -8171,4 +8171,4 @@ fs_visitor::workgroup_size() const
bool brw_should_print_shader(const nir_shader *shader, uint64_t debug_flag)
{
return INTEL_DEBUG(debug_flag) && (!shader->info.internal || NIR_DEBUG(PRINT_INTERNAL));
}
}