[systemd-devel] [PATCH 3/9] build-sys: fix indentation in make-man-rules generated output

Lennart Poettering lennart at poettering.net
Fri Jun 20 05:42:17 PDT 2014


On Mon, 16.06.14 20:54, Filipe Brandenburger (filbranden at google.com) wrote:

Applied! Thanks!

> This fixes the footer where 7 spaces were used on the first line of EXTRA_DIST,
> but a Tab was clearly intended.
> ---
>  tools/make-man-rules.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/make-man-rules.py b/tools/make-man-rules.py
> index 9f46f7b889c6..e75bfffba140 100644
> --- a/tools/make-man-rules.py
> +++ b/tools/make-man-rules.py
> @@ -62,7 +62,7 @@ FOOTER = '''\
>  # Really, do not edit this file.
>  
>  EXTRA_DIST += \\
> -       {files}
> +	{files}
>  '''
>  
>  def man(page, number):


Lennart

-- 
Lennart Poettering, Red Hat


More information about the systemd-devel mailing list