Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jan 27, 2019
1 parent b60b85e commit 1e5cb5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/util/syserror.c
Expand Up @@ -179,9 +179,7 @@ char const *fr_syserror(int num)
* even if the thread is exiting.
*/
if (logging_stop) {
if (HAVE_DEFINITION(num)) {
return fr_syserror_macro_names[num];
}
if (HAVE_DEFINITION(num)) return fr_syserror_macro_names[num];
return "";
}

Expand Down Expand Up @@ -261,6 +259,5 @@ char const *fr_syserror(int num)
return buffer;
}
#endif

}

0 comments on commit 1e5cb5e

Please sign in to comment.