Mesa (main): util/hash_table: Remove Unicode byte order mark

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Apr 10 23:54:36 UTC 2022


Module: Mesa
Branch: main
Commit: ab3ee60282b6e761fc9c6ec1091ab0abe24b5b33
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab3ee60282b6e761fc9c6ec1091ab0abe24b5b33

Author: Icecream95 <ixn at disroot.org>
Date:   Mon Apr  4 13:02:40 2022 +1200

util/hash_table: Remove Unicode byte order mark

The mark can confuse utilities which do not support Unicode, and no
other file has the character.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15728>

---

 src/util/hash_table.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/hash_table.h b/src/util/hash_table.h
index d19c195807f..c8a96b79edf 100644
--- a/src/util/hash_table.h
+++ b/src/util/hash_table.h
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright © 2009,2012 Intel Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a



More information about the mesa-commit mailing list