linux/net/atm
Julia Lawall 510a05edce net/atm: Adjust confusing if indentation
Outdent the code following an 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:26 -07:00
..
addr.c
addr.h
atm_misc.c
atm_sysfs.c
br2684.c atm/br2684: register notifier event for carrier signal changes. 2010-07-09 00:09:21 -07:00
clip.c net-next: remove useless union keyword 2010-06-10 23:31:35 -07:00
common.c net/atm: Adjust confusing if indentation 2010-08-16 21:06:26 -07:00
common.h
ioctl.c
Kconfig
lec.c net: Remove unnecessary returns from void function()s 2010-05-17 23:23:14 -07:00
lec.h
lec_arpc.h
Makefile
mpc.c net: Remove unnecessary returns from void function()s 2010-05-17 23:23:14 -07:00
mpc.h
mpoa_caches.c net: Remove unnecessary returns from void function()s 2010-05-17 23:23:14 -07:00
mpoa_caches.h
mpoa_proc.c
pppoatm.c ppp: make channel_ops const 2010-08-04 21:53:17 -07:00
proc.c
protocols.h
pvc.c
raw.c
resources.c
resources.h
signaling.c
signaling.h
svc.c