All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Lautrbach <plautrba@redhat.com>
To: selinux@vger.kernel.org
Cc: Nicolas Iooss <nicolas.iooss@m4x.org>
Subject: Re: [PATCH 1/1] python/sepolgen: always indent with 4 spaces
Date: Wed, 19 Dec 2018 13:32:43 +0100	[thread overview]
Message-ID: <pjdsgytu26s.fsf@redhat.com> (raw)
In-Reply-To: <20181215181724.31808-1-nicolas.iooss@m4x.org> (Nicolas Iooss's message of "Sat, 15 Dec 2018 19:17:24 +0100")

Nicolas Iooss <nicolas.iooss@m4x.org> writes:

> p_attribute_role_def() used tabs.
>
> Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>


Merged. Thanks!

> ---
>  python/sepolgen/src/sepolgen/refparser.py | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/python/sepolgen/src/sepolgen/refparser.py b/python/sepolgen/src/sepolgen/refparser.py
> index 97e2342c4693..9fb931828278 100644
> --- a/python/sepolgen/src/sepolgen/refparser.py
> +++ b/python/sepolgen/src/sepolgen/refparser.py
> @@ -757,9 +757,9 @@ def p_attribute_def(p):
>      p[0] = a
>  
>  def p_attribute_role_def(p):
> -	'attribute_role_def : ATTRIBUTE_ROLE IDENTIFIER SEMI'
> -	a = refpolicy.Attribute_Role(p[2])
> -	p[0] = a
> +    'attribute_role_def : ATTRIBUTE_ROLE IDENTIFIER SEMI'
> +    a = refpolicy.Attribute_Role(p[2])
> +    p[0] = a
>  
>  def p_typealias_def(p):
>      'typealias_def : TYPEALIAS IDENTIFIER ALIAS names SEMI'

      reply	other threads:[~2018-12-19 12:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-15 18:17 [PATCH 1/1] python/sepolgen: always indent with 4 spaces Nicolas Iooss
2018-12-19 12:32 ` Petr Lautrbach [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pjdsgytu26s.fsf@redhat.com \
    --to=plautrba@redhat.com \
    --cc=nicolas.iooss@m4x.org \
    --cc=selinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.