doc: fix LPS22HB doc indentation

Lines with leading spaces aren't rendered well in the generated HTML.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-11-20 10:52:58 -08:00 committed by Anas Nashif
commit ddf0b574b0

View file

@ -17,13 +17,13 @@ This sample uses the LPS22HB sensor controlled using the I2C interface.
References References
********** **********
- LPS22HB: http://www.st.com/en/mems-and-sensors/lps22hb.html - LPS22HB: http://www.st.com/en/mems-and-sensors/lps22hb.html
Building and Running Building and Running
******************** ********************
This project outputs sensor data to the console. It requires an LPS22HB This project outputs sensor data to the console. It requires an LPS22HB
sensor, which is present on the disco_l475_iot1 board. sensor, which is present on the disco_l475_iot1 board.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/sensor/lps22hb :zephyr-app: samples/sensor/lps22hb
@ -34,16 +34,16 @@ Building and Running
Sample Output Sample Output
============= =============
.. code-block:: console .. code-block:: console
Observation:1 Observation:1
Pressure:98.7 kPa Pressure:98.7 kPa
Temperature:22.5 C Temperature:22.5 C
Observation:2 Observation:2
Pressure:98.7 kPa Pressure:98.7 kPa
Temperature:22.5 C Temperature:22.5 C
Observation:3 Observation:3
Pressure:98.7 kPa Pressure:98.7 kPa
Temperature:22.5 C Temperature:22.5 C
<repeats endlessly every 2 seconds> <repeats endlessly every 2 seconds>