From ed5d3468682d775f2a9e5253d868997cca9ea4b8 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 21 Jun 2023 07:51:00 -0700 Subject: [PATCH] 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: --- src/intel/compiler/brw_fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp index fd2514bc77e..6cbb9f26019 100644 --- a/src/intel/compiler/brw_fs.cpp +++ b/src/intel/compiler/brw_fs.cpp @@ -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)); -} \ No newline at end of file +}