mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 10:16:21 +02:00
code formatting
This commit is contained in:
parent
5adef54d4f
commit
29a3843c47
1 changed files with 7 additions and 1 deletions
|
@ -653,7 +653,13 @@ class PubMqtt {
|
|||
size_t index;
|
||||
size_t total;
|
||||
|
||||
message_s() : topic { nullptr }, payload { nullptr }, len { 0 }, index { 0 }, total { 0 } {}
|
||||
message_s()
|
||||
: topic { nullptr }
|
||||
, payload { nullptr }
|
||||
, len { 0 }
|
||||
, index { 0 }
|
||||
, total { 0 }
|
||||
{}
|
||||
|
||||
message_s(const char* topic, const uint8_t* payload, size_t len, size_t index, size_t total)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue