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 go...@apache.org on 2003/03/03 06:16:07 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

gozer       2003/03/02 21:16:07

  Modified:    src/modules/perl modperl_cmd.c
  Log:
  Small indentation fixup
  
  Revision  Changes    Path
  1.39      +5 -5      modperl-2.0/src/modules/perl/modperl_cmd.c
  
  Index: modperl_cmd.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_cmd.c,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- modperl_cmd.c	26 Feb 2003 09:32:54 -0000	1.38
  +++ modperl_cmd.c	3 Mar 2003 05:16:07 -0000	1.39
  @@ -317,7 +317,7 @@
   #define MP_DEFAULT_PERLSECTION_HANDLER "Apache::PerlSection"
   #define MP_DEFAULT_PERLSECTION_PACKAGE "Apache::ReadConfig"
   #define MP_STRICT_PERLSECTIONS_SV \
  -get_sv("Apache::Server::StrictPerlSections", FALSE)
  +    get_sv("Apache::Server::StrictPerlSections", FALSE)
   
   MP_CMD_SRV_DECLARE(perldo)
   {
  @@ -505,16 +505,16 @@
   #define MP_INTERP_SCOPE_USAGE "PerlInterpScope must be one of "
   
   #define MP_INTERP_SCOPE_DIR_OPTS \
  -"handler, subrequest or request"
  +    "handler, subrequest or request"
   
   #define MP_INTERP_SCOPE_DIR_USAGE \
  -MP_INTERP_SCOPE_USAGE MP_INTERP_SCOPE_DIR_OPTS
  +    MP_INTERP_SCOPE_USAGE MP_INTERP_SCOPE_DIR_OPTS
    
   #define MP_INTERP_SCOPE_SRV_OPTS \
  -"connection, " MP_INTERP_SCOPE_DIR_OPTS
  +    "connection, " MP_INTERP_SCOPE_DIR_OPTS
   
   #define MP_INTERP_SCOPE_SRV_USAGE \
  -MP_INTERP_SCOPE_USAGE MP_INTERP_SCOPE_SRV_OPTS
  +    MP_INTERP_SCOPE_USAGE MP_INTERP_SCOPE_SRV_OPTS
   
   MP_CMD_SRV_DECLARE(interp_scope)
   {