Skip to content

Commit

Permalink
ts_load_module: insert a blank line after declarations
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
  • Loading branch information
merge committed Jul 28, 2017
1 parent eaa2c50 commit df00f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ts_load_module.c
Expand Up @@ -111,6 +111,7 @@ static int cmp_name(const void *va, const void *vb)
{
struct tslib_module_desc *a = (struct tslib_module_desc *)va;
struct tslib_module_desc *b = (struct tslib_module_desc *)vb;

return strcmp(a->name, b->name);
}

Expand Down

0 comments on commit df00f40

Please sign in to comment.