Skip to content

Commit

Permalink
ir3: Manually reformat some places
Browse files Browse the repository at this point in the history
Sync from mesa commit 2e76f7b60cf29af0cdd56238d93ec392639d2c47

clang-format does a bad job with a few tables and macros, and there were
some places it was doing wonky things because comments were longer than
80 characters and it tries to fix that without reformatting the comment
itself. Add magic comments to tell it to turn itself off and retab those
places manually (well, with a regex!).

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11801>
  • Loading branch information
cwabbott0 authored and robclark committed Jul 22, 2021
1 parent c38933d commit 94a119a
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 481 deletions.
2 changes: 1 addition & 1 deletion .lastsync
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1c6c200c0d79329174d19ae694d11f762819eeba
2e76f7b60cf29af0cdd56238d93ec392639d2c47
Loading

0 comments on commit 94a119a

Please sign in to comment.