fix two "No newline at end of file" warnings

This commit is contained in:
oxmox 2023-02-18 12:11:52 +01:00
parent af41a870d6
commit 67fba60f47
2 changed files with 2 additions and 2 deletions

View file

@ -130,4 +130,4 @@ int dp_recv_new_msg_flags(nng_socket sock, nng_msg **msg_ptr, int flags)
}
return res;
}
}

View file

@ -9,4 +9,4 @@ int main(int argc, char *argv[])
for (int i=0; i<DP_DS_COUNT; ++i)
log_info("doomstate_str: %d=%s", i, doomstate_str(i));
return 0;
}
}