Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove trailing semicolon from function entities and add them after sorting. Previously, sorting entities with trailing semicolons would result in functions not being in a natural order (e.g. curl_setopt_array would come before curl_setopt because curl_setopt; comes before curl_setopt_array;).
- Loading branch information