Formatting fixes

This commit is contained in:
Roger A. Light
2026-02-13 13:20:22 +00:00
parent 0c16558320
commit 1ff8c6e2ab
3 changed files with 7 additions and 1 deletions

View File

@@ -198,7 +198,7 @@ struct mosquitto_evt_basic_auth {
struct mosquitto *client;
char *username;
char *password;
union{
union {
void *future2[4];
struct {
uint16_t password_len;

View File

@@ -12,6 +12,8 @@
#ifdef WITH_TLS
static void check_encode(const char *input, size_t in_len, const char *expected_output)
{
char *encoded;

View File

@@ -12,6 +12,8 @@
#define DATAFILE "test_data"
#ifndef WIN32
static bool symlink_test_init(void)
{
unsetenv(ALLOW_SYMLINKS);
@@ -41,6 +43,8 @@ static void symlink_test_cleanup(void)
#ifndef WIN32
static void TEST_restrict_read_default(void)
{
FILE *fptr;