mirror of
https://github.com/zeldaret/oot
synced 2026-06-05 03:08:05 -04:00
Cleanup clang-format off (#1195)
* Run formatter
* Remove useless `// clang-format off`
* Improve manual formatting inside `clang-format off` blocks
* Remove `// clang-format off` where used only for code style formatting
* Remove some `// clang-format off` with a for loop "trick"
* Reduce the size of `clang-format off` blocks
* Remove one `clang-format off` by moving assignment to inside line
* Revert "Remove some `// clang-format off` with a for loop "trick""
This reverts commit 30c344b800.
* Put some `// clang-format on` back on the same level as `off`
This commit is contained in:
@@ -1166,7 +1166,6 @@ OcarinaSongInfo gOcarinaSongNotes[OCARINA_SONG_MAX] = {
|
||||
// Lost Woods Memory Game
|
||||
{ 0, { 0, 0, 0, 0, 0, 0, 0, 0 } },
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
/**
|
||||
* BSS
|
||||
|
||||
Reference in New Issue
Block a user