Skip to content

Commit

Permalink
[perl6] Removed trailing whitespace.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@19124 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
paultcochrane committed Jun 19, 2007
1 parent 7f47e55 commit 9c7a7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/perl6/src/pmc/perl6str.pmc
Expand Up @@ -159,7 +159,7 @@ digits.

STRING* get_string() {
PMC *class = GET_CLASS(PMC_data(SELF), SELF);
if (class == SELF)
if (class == SELF)
return string_from_const_cstring(INTERP, "Str", 3);
return SUPER();
}
Expand Down

0 comments on commit 9c7a7cd

Please sign in to comment.