Revert "Fix coding style violation"

This reverts commit 00e081a1ec.
This commit is contained in:
Jessica Hamilton
2014-05-22 19:35:36 +12:00
parent b3fe70844e
commit 2e454dffc2
@@ -58,7 +58,8 @@ 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);