Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / shared_brace.res
1
2 int __init ixj_init(void)
3 {
4 if ((probe = ixj_probe_pci(&cnt)) < 0) {
5 return probe;
6 }
7 }