Merge "Remove extraneous semicolon"
This commit is contained in:
commit
df93a64586
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ inline int keymaster_param_compare(const keymaster_key_param_t* a, const keymast
|
|||
return -1;
|
||||
if (a->blob.data_length > b->blob.data_length)
|
||||
return 1;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue