diff options
author | Julia Lawall | 2010-08-05 22:19:36 +0200 |
---|---|---|
committer | James Bottomley | 2010-09-05 14:18:45 -0300 |
commit | 7968f1944c9d6c83683e87fd2ede977ccfd29285 (patch) | |
tree | 12e9e26cf507c3a85e58a9cdb634f297fc709fe1 /mm/internal.h | |
parent | da99e307aa508fba6fbedc3699e7df64e284d2c5 (diff) |
[SCSI] drivers/scsi: 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>
Acked-by: Nick Cheng <nick.cheng@areca.com.tw>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'mm/internal.h')
0 files changed, 0 insertions, 0 deletions