dougm       02/05/27 17:35:00

  Modified:    src/modules/perl modperl_env.c
  Log:
  untabify
  
  Revision  Changes    Path
  1.23      +1 -1      modperl-2.0/src/modules/perl/modperl_env.c
  
  Index: modperl_env.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_env.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- modperl_env.c     27 May 2002 20:19:40 -0000      1.22
  +++ modperl_env.c     28 May 2002 00:35:00 -0000      1.23
  @@ -76,7 +76,7 @@
       elts  = (apr_table_entry_t *)array->elts;
   
       for (i = 0; i < array->nelts; i++) {
  -     if (!elts[i].key || !elts[i].val) {
  +        if (!elts[i].key || !elts[i].val) {
               continue;
           }
           modperl_env_hv_store(aTHX_ hv, &elts[i]);
  
  
  


Reply via email to