Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
whitespace
  • Loading branch information
lambdageek committed Oct 25, 2021
commit 151efbd56fc16f333394c42bf77cf111c9f9099f
2 changes: 1 addition & 1 deletion src/mono/mono/metadata/metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ alloc_type_with_cmods (MonoImage *m, gboolean transient, int count)
* If \p transient is true, free \p type, otherwise no-op
*/
static void
free_parsed_type(MonoType *type, gboolean transient)
free_parsed_type (MonoType *type, gboolean transient)
{
if (transient)
mono_metadata_free_type (type);
Expand Down