diff --git a/.pick_status.json b/.pick_status.json index 18776c6fc0a..7368ca06f49 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -934,7 +934,7 @@ "description": "nir: fix utf-8 encoding-issue", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "21115514857d21154bf2b5af4d8f6acae6e6bdcb", "notes": null 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"),