Skip to content

Commit

Permalink
fix codetest failure - linelength
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Nov 30, 2010
1 parent 7e679e6 commit 735e267
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/hll.c
@@ -1,5 +1,5 @@
/*
Copyright (C) 2005-2009, Parrot Foundation.
Copyright (C) 2005-2010, Parrot Foundation.
=head1 NAME
Expand Down Expand Up @@ -389,7 +389,8 @@ PMC*
Parrot_hll_get_ctx_HLL_namespace(PARROT_INTERP)
{
ASSERT_ARGS(Parrot_hll_get_ctx_HLL_namespace)
return Parrot_hll_get_HLL_namespace(interp, Parrot_pcc_get_HLL(interp, CURRENT_CONTEXT(interp)));
return Parrot_hll_get_HLL_namespace(interp,
Parrot_pcc_get_HLL(interp, CURRENT_CONTEXT(interp)));
}

/*
Expand Down

0 comments on commit 735e267

Please sign in to comment.