You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/10/28 01:13:20 UTC

cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

stas        2004/10/27 16:13:20

  Modified:    xs/Apache/Filter Apache__Filter.h
  Log:
  align
  
  Revision  Changes    Path
  1.44      +1 -1      modperl-2.0/xs/Apache/Filter/Apache__Filter.h
  
  Index: Apache__Filter.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/Filter/Apache__Filter.h,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -u -r1.43 -r1.44
  --- Apache__Filter.h	27 Oct 2004 22:03:11 -0000	1.43
  +++ Apache__Filter.h	27 Oct 2004 23:13:19 -0000	1.44
  @@ -310,7 +310,7 @@
       f = modperl_filter->f;
   
       MP_TRACE_f(MP_FUNC, "   %s\n\n\tfilter removes itself\n",
  -        ((modperl_filter_ctx_t *)f->ctx)->handler->name);
  +               ((modperl_filter_ctx_t *)f->ctx)->handler->name);
       
       if (modperl_filter->mode == MP_INPUT_FILTER_MODE) {
           ap_remove_input_filter(f);