minor layout fixes

This commit is contained in:
norrarvid 2012-06-18 08:11:26 +02:00
parent 048154ccef
commit 31a5dd33dd
3 changed files with 15 additions and 11 deletions

View File

@ -1083,7 +1083,9 @@ g_obj_wait(tbus* read_objs, int rcount, tbus* write_objs, int wcount,
}
}
}
}else if(rcount>0){
}
else if(rcount>0)
{
g_writeln("Programming error read_objs is null");
return 1; /*error*/
}
@ -1099,7 +1101,9 @@ g_obj_wait(tbus* read_objs, int rcount, tbus* write_objs, int wcount,
}
}
}
}else if(wcount>0){
}
else if(wcount>0)
{
g_writeln("Programming error write_objs is null");
return 1; /*error*/
}