Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / shared_brace.c
CommitLineData
34e49164
C
1
2int __init ixj_init(void)
3{
4 if (pci_present()) {
5 if ((probe = ixj_probe_pci(&cnt)) < 0) {
6 return probe;
7 }
8 }
9}