dougm       00/08/31 22:23:19

  Modified:    src/modules/perl mod_perl.c
  Log:
  fix indentation
  
  Revision  Changes    Path
  1.126     +2 -2      modperl/src/modules/perl/mod_perl.c
  
  Index: mod_perl.c
  ===================================================================
  RCS file: /home/cvs/modperl/src/modules/perl/mod_perl.c,v
  retrieving revision 1.125
  retrieving revision 1.126
  diff -u -r1.125 -r1.126
  --- mod_perl.c        2000/09/01 05:15:41     1.125
  +++ mod_perl.c        2000/09/01 05:23:17     1.126
  @@ -856,7 +856,7 @@
       dTHX;
   
       if (!aTHX) {
  -     PERL_SET_CONTEXT(perl);
  +        PERL_SET_CONTEXT(perl);
       }
   #endif
   
  @@ -1315,7 +1315,7 @@
       dTHX;
   
       if (!aTHX) {
  -     PERL_SET_CONTEXT(perl);
  +        PERL_SET_CONTEXT(perl);
       }
   #endif
   
  
  
  

Reply via email to