Skip to content

Commit

Permalink
doc: lib: avoid unintended code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palsson <[email protected]>
  • Loading branch information
karlp authored and ralight committed Mar 19, 2020
1 parent 1331399 commit fd83d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mosquitto.h
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,7 @@ struct libmosquitto_tls {
*
* Returns:
* MOSQ_ERR_SUCCESS - on success
* >0 - on error.
* Greater than 0 - on error.
*/
libmosq_EXPORT int mosquitto_subscribe_simple(
struct mosquitto_message **messages,
Expand Down Expand Up @@ -2548,7 +2548,7 @@ libmosq_EXPORT int mosquitto_subscribe_simple(
*
* Returns:
* MOSQ_ERR_SUCCESS - on success
* >0 - on error.
* Greater than 0 - on error.
*/
libmosq_EXPORT int mosquitto_subscribe_callback(
int (*callback)(struct mosquitto *, void *, const struct mosquitto_message *),
Expand Down

0 comments on commit fd83d22

Please sign in to comment.