[Mageia-dev] [soft-commits] [4243] services: Whitespace

Thierry Vignaud thierry.vignaud at gmail.com
Wed Apr 25 09:57:12 CEST 2012


On 24 April 2012 22:10,  <root at mageia.org> wrote:
> services: Whitespace

why?

> --- drakx/trunk/perl-install/services.pm	2012-04-24 20:10:31 UTC (rev 4242)
> +++ drakx/trunk/perl-install/services.pm	2012-04-24 20:10:33 UTC (rev 4243)
> @@ -346,9 +346,9 @@
>      local $ENV{LANGUAGE} = 'C';
>      my @xinetd_services;
>      foreach (run_program::rooted_get_stdout($::prefix, '/sbin/chkconfig',
> '--list', '--type', 'xinetd')) {
> -	if (my ($xinetd_name, $on_off) = m!^\t(\S+):\s*(on|off)!) {
> -	    push @xinetd_services, [ $xinetd_name, $on_off eq 'on' ];
> -	}
> +        if (my ($xinetd_name, $on_off) = m!^\t(\S+):\s*(on|off)!) {
> +            push @xinetd_services, [ $xinetd_name, $on_off eq 'on' ];
> +        }
>      }
>      @xinetd_services;
>  }
>


More information about the Mageia-dev mailing list