From a1c220fd935b8731f4bab1891aae0480006630eb Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 29 Jul 2021 13:01:07 +0200 Subject: [PATCH] nir: fix utf-8 encoding-issue This UTF-8 encoding issue seems to cause issues with the doxygen docs-integration. Fixes: 21115514857 ("Convert a few files to UTF-8") Reviewed-by: Faith Ekstrand Part-of: --- src/compiler/nir/nir_lower_blend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_lower_blend.h b/src/compiler/nir/nir_lower_blend.h index 91d69828a22..13f9caa21e6 100644 --- a/src/compiler/nir/nir_lower_blend.h +++ b/src/compiler/nir/nir_lower_blend.h @@ -1,5 +1,5 @@ /* - * Copyright  2019 Alyssa Rosenzweig + * Copyright © 2019 Alyssa Rosenzweig * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),