You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meshoptimizer.h is not covered by clang-format and it had a couple cases
where spaces were used for indentation instead of tabs.
allocator.cpp *is* covered by clang-format and it's hitting the bug
llvm/llvm-project#34171; it's probably not
worth trying to work around this for a single file that is basically
never edited, but it's valuable to keep `make format` be a no-op.
Extended Description
The space between the type and pointer name gets dropped if the pointer has a calling convention. It works as expected without the calling convention.
The text was updated successfully, but these errors were encountered: