Fix coding style violation
This commit is contained in:
parent
04847eccdf
commit
00e081a1ec
@ -58,8 +58,7 @@ identify_partition(int fd, partition_data *partition, void **cookie)
|
||||
if (session != NULL) {
|
||||
result = 0.9f;
|
||||
delete session;
|
||||
}
|
||||
else
|
||||
} else
|
||||
result = 0.1f;
|
||||
|
||||
*cookie = static_cast<void*>(disc);
|
||||
|
Loading…
Reference in New Issue
Block a user