Skip to content

Commit

Permalink
update code style #850
Browse files Browse the repository at this point in the history
  • Loading branch information
Drawishe committed Jan 3, 2024
1 parent 6a321e8 commit 2f8ac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cups/ppd-emit.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ ppdEmitString(ppd_file_t *ppd, /* I - PPD file record */
{
free(buffer);
free(choices);
return(NULL);
return (NULL);
}

memset(values, 0, sizeof(values));
Expand Down

0 comments on commit 2f8ac40

Please sign in to comment.