[pisa-src] Re: r894 - trunk/libpisa

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 01 Sep 2009 10:32:48 +0200

On Mon, Aug 31, 2009 at 12:18:01PM +0200, Thomas Jansen wrote:
> 
> Log:
> Formatting changes part 1: Individual lines.

It does indeed look much better in K&R-like style..

> --- trunk/libpisa/pisaconf.c  Thu Aug 27 19:23:00 2009        (r893)
> +++ trunk/libpisa/pisaconf.c  Mon Aug 31 12:18:01 2009        (r894)
> @@ -117,7 +108,7 @@
>  
>      /* bind the socket with the local address */
>      if ( bind(fd_peer, (struct sockaddr *)&sin, sizeof(sin)) < 0)
> -        die("pisa_tunnel_open_socket: socket-bind failed",4);
> +        die("pisa_conf_open_server_socket: socket-bind failed",4);

stray hunk?

Diego

Other related posts: