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
Code style more or less follows that of GLib. It would be good to make sure that all the files are formatted accordingly. For example platform/cog-platform-fdo.c has many instances of missing spaces between function names and the opening parenthesis for the argument list.
The text was updated successfully, but these errors were encountered:
We now have both CI code style checking and a pre-commit hook that checks style - given that a PR to correct all existing mistakes was rejected, is it safe to say that there's nothing left to do here?
Code style more or less follows that of GLib. It would be good to make sure that all the files are formatted accordingly. For example
platform/cog-platform-fdo.c
has many instances of missing spaces between function names and the opening parenthesis for the argument list.The text was updated successfully, but these errors were encountered: