Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
semmerson committed Jul 2, 2018
1 parent 5af92d5 commit 253558f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions log/log.c
Expand Up @@ -795,9 +795,9 @@ int logl_add(
*/
int logl_add_errno(
const log_loc_t* const loc,
const int errnum,
const char* const fmt,
...)
const int errnum,
const char* const fmt,
...)
{
sigset_t sigset;
blockSigs(&sigset);
Expand Down

0 comments on commit 253558f

Please sign in to comment.