[hipl-dev] Re: [hipl-commit] [trunk] Rev 4708: HITs in /etc/hosts fix

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-dev@xxxxxxxxxxxxx
  • Date: Tue, 15 Jun 2010 12:08:34 +0200

On Thu, Jun 03, 2010 at 01:29:21PM +0300, Artturi Karila wrote:
> 
> --- lib/core/hostsfiles.c     2010-06-01 15:28:02 +0000
> +++ lib/core/hostsfiles.c     2010-06-03 10:29:21 +0000
> @@ -483,9 +483,12 @@
>  
> +        err = (hip_for_each_hosts_file_line(HIPL_HOSTS_FILE,
> +                                           
> hip_map_first_id_to_hostname_from_hosts,
> +                                           hit, hostname) &&
> +               hip_for_each_hosts_file_line(HOSTS_FILE,
> +                                           
> hip_map_first_id_to_hostname_from_hosts,
> +                                           hit, hostname));

The indentation is incorrect (the function arguments should be
aligned).  I wonder what editor you use that lets you indent
this wrongly...

Diego

Other related posts: