From 63a8a88ac4b91a90ee7484b34abeb86e529234e7 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 1 Jun 2017 14:48:06 +0100 Subject: tree-wide: remove trailing backslash Simple search for a backslash followed by two newlines. If one of the newlines were to be removed, this would cause issues, so let's just remove these trailing backslashes. Signed-off-by: Eric Engestrom Reviewed-by: Ian Romanick --- src/compiler/nir/nir_builder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/nir') diff --git a/src/compiler/nir/nir_builder.h b/src/compiler/nir/nir_builder.h index 7dbf8efbb34..7c65886356d 100644 --- a/src/compiler/nir/nir_builder.h +++ b/src/compiler/nir/nir_builder.h @@ -621,7 +621,7 @@ nir_load_system_value(nir_builder *build, nir_intrinsic_op op, int index) nir_load_##name(nir_builder *build) \ { \ return nir_load_system_value(build, nir_intrinsic_load_##name, 0); \ - } \ + } #include "nir_intrinsics.h" -- cgit v1.2.3