Fix coding style violation

This commit is contained in:
Philippe Saint-Pierre 2011-11-28 13:00:43 -05:00
parent 04847eccdf
commit 00e081a1ec

View File

@ -58,8 +58,7 @@ identify_partition(int fd, partition_data *partition, void **cookie)
if (session != NULL) { if (session != NULL) {
result = 0.9f; result = 0.9f;
delete session; delete session;
} } else
else
result = 0.1f; result = 0.1f;
*cookie = static_cast<void*>(disc); *cookie = static_cast<void*>(disc);