Skip to content

Commit

Permalink
WIP - clang fail
Browse files Browse the repository at this point in the history
  • Loading branch information
netanelc305 committed Dec 20, 2023
1 parent a7cb722 commit 48048f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rpcserver/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ void print_backtrace() {
}

void trace(const char *prefix, const char *fmt, ...) {
if (!g_stdout && !g_syslog) {
if (!g_stdout && !g_syslog)
{
return;
}

Expand Down

0 comments on commit 48048f8

Please sign in to comment.