samples: net: mqtt_publisher: fixed formatting

README.rst had formatting which was making things disappear in the
online documentation.

Signed-off-by: John Andersen <john.s.andersen@intel.com>
This commit is contained in:
John Andersen 2017-05-24 11:51:51 -07:00 committed by Jukka Rissanen
commit 7985e917c9

View file

@ -78,7 +78,7 @@ MQTT Client Identifier:
This sample application supports the IBM Bluemix Watson topic format that can 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: 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 #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 identifier, event type and message format. This application uses the
following macros to specify those values: following macros to specify those values:
.. code block:: c .. code-block:: c
#define BLUEMIX_DEVTYPE "sensor" #define BLUEMIX_DEVTYPE "sensor"
#define BLUEMIX_DEVID "carbon" #define BLUEMIX_DEVID "carbon"