asahi: Manually format some parts of the code
clang-format will mangle these. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20434>
This commit is contained in:

committed by
Marge Bot

parent
de0fcd08d3
commit
c1f175c9fa
@@ -38,6 +38,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* clang-format off */
|
||||
enum agx_dbg {
|
||||
AGX_DBG_MSGS = BITFIELD_BIT(0),
|
||||
AGX_DBG_SHADERS = BITFIELD_BIT(1),
|
||||
@@ -47,6 +48,7 @@ enum agx_dbg {
|
||||
AGX_DBG_NOVALIDATE = BITFIELD_BIT(5),
|
||||
AGX_DBG_NOOPT = BITFIELD_BIT(6),
|
||||
};
|
||||
/* clang-format on */
|
||||
|
||||
extern int agx_debug;
|
||||
|
||||
|
Reference in New Issue
Block a user