style cleanup: return(a) -> return a, part 2
This commit is contained in:
@ -102,7 +102,7 @@ errout:
|
||||
if (!cache) {
|
||||
blkid_put_cache(c);
|
||||
}
|
||||
return (ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef TEST_PROGRAM
|
||||
|
Reference in New Issue
Block a user