Skip to content

Commit

Permalink
[codingstd] Make file pass c_parens standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Mar 23, 2012
1 parent f64dce9 commit 8997125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global_setup.c
Expand Up @@ -181,7 +181,7 @@ init_world(PARROT_INTERP)
PMC *iglobals, *self, *pmc;

/* Check assumptions about our config */
PARROT_STATIC_ASSERT( sizeof(INTVAL) == sizeof(opcode_t) );
PARROT_STATIC_ASSERT(sizeof (INTVAL) == sizeof (opcode_t));

Parrot_platform_init_code();

Expand Down

0 comments on commit 8997125

Please sign in to comment.