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