Fix coding style violation

This commit is contained in:
Philippe Saint-Pierre 2011-11-28 13:00:43 -05:00
parent 04847eccdf
commit 00e081a1ec
1 changed files with 1 additions and 2 deletions

View File

@ -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);