From 7985e917c9bcaa0662c42a76cab84a4d8039a619 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Wed, 24 May 2017 11:51:51 -0700 Subject: [PATCH] samples: net: mqtt_publisher: fixed formatting README.rst had formatting which was making things disappear in the online documentation. Signed-off-by: John Andersen --- samples/net/mqtt_publisher/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/net/mqtt_publisher/README.rst b/samples/net/mqtt_publisher/README.rst index 46498fb2869..acebde3ea92 100644 --- a/samples/net/mqtt_publisher/README.rst +++ b/samples/net/mqtt_publisher/README.rst @@ -78,7 +78,7 @@ MQTT Client Identifier: This sample application supports the IBM Bluemix Watson topic format that can be enabled by changing the default value of APP_BLUEMIX_TOPIC from 0 to 1: -.. code block:: c +.. code-block:: c #define APP_BLUEMIX_TOPIC 1 @@ -86,7 +86,7 @@ The Bluemix topic may include some parameters like device type, device identifier, event type and message format. This application uses the following macros to specify those values: -.. code block:: c +.. code-block:: c #define BLUEMIX_DEVTYPE "sensor" #define BLUEMIX_DEVID "carbon"