mirror of
https://github.com/open-goal/jak-project
synced 2026-05-25 15:25:31 -04:00
clang-format all the things
This commit is contained in:
@@ -213,7 +213,6 @@ static uint32_t align16(uint32_t in) {
|
||||
return (in + 15) & (~15);
|
||||
}
|
||||
|
||||
|
||||
/*!
|
||||
* Process link data for a "V4" object file.
|
||||
* In reality a V4 seems to be just a V2 object, but with the link data after the real data.
|
||||
|
||||
Reference in New Issue
Block a user