[PATCH 13/13] Staging: comedi: fix indentation issue in pcl818.c

Dan Carpenter error27 at gmail.com
Mon Jul 11 11:28:44 UTC 2011


On Mon, Jul 11, 2011 at 05:00:00PM +0530, Ravishankar wrote:
> @@ -242,8 +242,8 @@ static const struct comedi_lrange range_pcl818l_h_ai = { 4, {
>  };
>  
>  static const struct comedi_lrange range718_bipolar1 = { 1, {BIP_RANGE(1),} };
> -static const struct comedi_lrange range718_bipolar0_5 =
> -    { 1, {BIP_RANGE(0.5),} };
> +static const struct comedi_lrange range718_bipolar0_5 = { 1,
> +{BIP_RANGE(0.5),} };

The original was better.  Just replace the spaces with a tab.

regards,
dan carpenter




More information about the devel mailing list