mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-03-23 16:33:35 +08:00
Formatting fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
|
||||
|
||||
#ifdef WITH_TLS
|
||||
|
||||
|
||||
static void check_encode(const char *input, size_t in_len, const char *expected_output)
|
||||
{
|
||||
char *encoded;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user