[Intel-gfx] Fwd: Re: [RFC i-g-t 5/7] tools/Makefile: Format whitespace.

Robert Foss robert.foss at collabora.com
Wed May 25 22:06:56 UTC 2016


On Wednesday, May 25, 2016 19:18 BST, robert.foss at collabora.com wrote:
> From: Robert Foss <robert.foss at collabora.com>
>
> Harmonize tabs/spaces etc.
>
> Signed-off-by: Robert Foss <robert.foss at collabora.com>
> ---
>  tools/Makefile.sources | 57 +++++++++++++++++++++++++-------------------------
>  1 file changed, 29 insertions(+), 28 deletions(-)
>
> diff --git a/tools/Makefile.sources b/tools/Makefile.sources
> index 07d8d9b..7ed5fe5 100644
> --- a/tools/Makefile.sources
> +++ b/tools/Makefile.sources
> @@ -1,33 +1,34 @@
> -noinst_PROGRAMS = \
> -	hsw_compute_wrpll \
> -	skl_compute_wrpll \
> -	skl_ddb_allocation \
> +noinst_PROGRAMS =		\
> +	hsw_compute_wrpll	\
> +	skl_compute_wrpll	\
> +	skl_ddb_allocation	\
>  	$(NULL)
>
And this is why ladies and gentlemen you don't align on the \ character. 
As one adds a test/file with long name, you'll need to re-indent the 
whole lot. Then again... people like these, for whatever reason :-(

-Emil








More information about the Intel-gfx mailing list