All of lore.kernel.org
 help / color / mirror / Atom feed
From: mstefani@redhat.com (Michael Stefaniuc)
To: cocci@systeme.lip6.fr
Subject: [Cocci] smpl-spacing Whitespace Issue on Assignments (regression)
Date: Sun, 03 May 2015 23:14:50 +0200	[thread overview]
Message-ID: <55468FCA.5000402@redhat.com> (raw)

Hello Julia,

sorry for the delay, here is the whitespace regression though it affects
only --smpl-spacing

foo.cocci:
@@
expression e1, e2;
@@
- e1 = e2
+ c = d

foo.c:
void foo(void)
{
    int a, b;
    b = a;
}

spatch --smpl-spacing foo.cocci foo.c
gives:
-    b = a;
+    c=d;


bye
	michael

             reply	other threads:[~2015-05-03 21:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-03 21:14 Michael Stefaniuc [this message]
2015-05-03 21:58 ` [Cocci] smpl-spacing Whitespace Issue on Assignments (regression) Julia Lawall
2015-05-04  8:10   ` Michael Stefaniuc

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=55468FCA.5000402@redhat.com \
    --to=mstefani@redhat.com \
    --cc=cocci@systeme.lip6.fr \
    /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.