Ticket #1184: trailing_whitespace.diff

File trailing_whitespace.diff, 1.4 KB (added by bubaflub, 12 years ago)

diff to fix multisub.pmc

  • src/pmc/multisub.pmc

    diff --git src/pmc/multisub.pmc src/pmc/multisub.pmc
    index 4984857..41dd1df 100644
     
    7070                SELF, sig_obj); 
    7171 
    7272        if (PMC_IS_NULL(func)) 
    73             Parrot_ex_throw_from_c_args(INTERP, NULL, 1,  
     73            Parrot_ex_throw_from_c_args(INTERP, NULL, 1, 
    7474                    "No applicable candidates found to dispatch to for '%Ss'", 
    7575                    VTABLE_get_string(interp, SELF)); 
    7676        return VTABLE_invoke(INTERP, func, next); 
     
    8787                SELF, sig_obj); 
    8888 
    8989        if (PMC_IS_NULL(sub)) 
    90             Parrot_ex_throw_from_c_args(INTERP, NULL, 1,  
     90            Parrot_ex_throw_from_c_args(INTERP, NULL, 1, 
    9191                    "No applicable candidates found to dispatch to for '%Ss'", 
    9292                    VTABLE_get_string(interp, SELF)); 
    9393        return SUPER(key); 
     
    9999                SELF, sig_obj); 
    100100 
    101101        if (PMC_IS_NULL(sub)) 
    102             Parrot_ex_throw_from_c_args(INTERP, NULL, 1,  
     102            Parrot_ex_throw_from_c_args(INTERP, NULL, 1, 
    103103                    "No applicable candidates found to dispatch to for '%Ss'", 
    104104                    VTABLE_get_string(interp, SELF)); 
    105105        return SUPER(s);