Skip to content

Commit 0589d27

Browse files
committed
fix format error
1 parent 2eaff1a commit 0589d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mqtt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ int __cheri_compartment("MQTT") mqtt_publish(Timeout *t,
181181
* include the zero terminator and must be at least one-character long).
182182
*
183183
* `qos` indicates the level of QoS (0, 1, or 2).
184-
*
184+
*
185185
* `retain` indicates whether the message should be published as retained or
186186
* not. The broker stores the last retained message and the corresponding QoS
187187
* for that topic. Each client that subscribes to a topic pattern that matches

0 commit comments

Comments
 (0)