Skip to content

Commit

Permalink
[codingstd] Make file adhere to c_parens standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Dec 17, 2012
1 parent 65e3cf4 commit a465a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc/gc_gms.c
Expand Up @@ -2335,7 +2335,7 @@ gc_gms_print_stats_always(PARROT_INTERP, ARGIN(const char* header))

#if 1
fprintf(stderr, "parent: 0x%x, tid: %d\n", interp->parent_interpreter,
interp->thread_data ? interp->thread_data->tid : -1 );
interp->thread_data ? interp->thread_data->tid : -1);

fprintf(stderr, "PMC: %lu\n",
Parrot_gc_pool_allocated_size(interp, self->pmc_allocator));
Expand Down

0 comments on commit a465a22

Please sign in to comment.