mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 16:00:24 +01:00
nir: fix utf-8 encoding-issue
This UTF-8 encoding issue seems to cause issues with the doxygen docs-integration. Fixes:2111551485("Convert a few files to UTF-8") Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29801> (cherry picked from commita1c220fd93)
This commit is contained in:
parent
53d1306fe5
commit
c2a8d04b58
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue