Julia Lawall
9e1634a734
drivers/net: Adjust confusing if indentation
...
Outdent the code following the if.
The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/ )
// <smpl>
@r disable braces4@
position p1,p2;
statement S1,S2;
@@
(
if (...) { ... }
|
if (...) S1@p1 S2@p2
)
@script:python@
p1 << r.p1;
p2 << r.p2;
@@
if (p1[0].column == p2[0].column):
cocci.print_main("branch",p1)
cocci.print_secs("after",p2)
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-16 21:06:29 -07:00
..
2010-08-15 17:37:07 -07:00
2010-08-15 01:06:31 -04:00
2010-08-16 21:06:27 -07:00
2010-08-09 20:45:02 -07:00
2010-08-12 09:11:31 -07:00
2010-08-06 12:25:06 -07:00
2010-08-07 18:25:34 +02:00
2010-08-12 10:01:59 -07:00
2010-08-09 20:45:04 -07:00
2010-08-13 10:06:54 +02:00
2010-08-12 09:11:31 -07:00
2010-08-12 09:11:31 -07:00
2010-08-14 12:34:34 -07:00
2010-08-12 11:27:57 +02:00
2010-08-13 18:04:52 -07:00
2010-08-10 15:08:02 -07:00
2010-08-14 21:09:02 +02:00
2010-08-14 11:57:54 -07:00
2010-08-11 23:04:39 +09:30
2010-08-15 11:17:52 -07:00
2010-08-12 09:11:31 -07:00
2010-08-13 12:03:24 -07:00
2010-08-13 10:38:12 -07:00
2010-08-12 09:11:31 -07:00
2010-08-12 10:06:29 -07:00
2010-08-12 04:14:32 +01:00
2010-08-14 00:24:24 +02:00
2010-08-12 08:43:31 -07:00
2010-08-14 16:21:00 -07:00
2010-08-12 10:01:30 -07:00
2010-08-12 10:01:59 -07:00
2010-08-14 11:54:09 -07:00
2010-08-15 17:32:47 -07:00
2010-08-16 21:06:29 -07:00
2010-08-12 09:11:31 -07:00
2010-08-15 17:34:20 -07:00
2010-08-12 09:11:31 -07:00
2010-08-11 18:00:52 +01:00
2010-08-12 09:58:33 -07:00
2010-08-11 11:38:03 +01:00
2010-08-12 09:11:31 -07:00
2010-08-13 10:54:04 -07:00
2010-08-14 12:34:34 -07:00
2010-08-12 09:11:31 -07:00
2010-08-14 11:54:09 -07:00
2010-08-06 12:25:06 -07:00
2010-08-11 23:04:27 +09:30
2010-08-12 10:06:29 -07:00
2010-08-12 10:06:29 -07:00
2010-08-13 20:54:53 +00:00
2010-08-12 09:09:41 -07:00
2010-08-09 21:14:08 +02:00