Formatting Changes for Docs

Update markdown documentation with changes from automatic code
formatting.

Tested:
* Ran CI unit tests and ensured they passed.

Change-Id: I264f569911aec3d35b648d618e360ce1853f090a
Signed-off-by: Anwaar Hadi <anwaar.hadi@ibm.com>
diff --git a/README.md b/README.md
index 2648321..7dd6579 100644
--- a/README.md
+++ b/README.md
@@ -27,26 +27,22 @@
 The following applications are built by default:
 
 - [Fan Control](#fan-control)
-
   - To disable from building, use the `-Dcontrol-service=disabled` meson option:
 
     meson build -Dcontrol-service=disabled
 
 - [Fan Presence Detection](#fan-presence-detection)
-
   - To disable from building, use the `-Dpresence-service=disabled` meson
     option:
 
     meson build -Dpresence-service=disabled
 
 - [Fan Monitoring](#fan-monitoring)
-
   - To disable from building, use the `-Dmonitor-service=disabled` meson option:
 
     meson build -Dmonitor-service=disabled
 
 - [Sensor Monitoring](#sensor-monitoring)
-
   - To disable from building, use the `-Dsensor-monitor-service=disabled` meson
     option:
 
@@ -55,7 +51,6 @@
 The following applications must be enabled at _configure_ time to be built:
 
 - [Cooling Type](#cooling-type)
-
   - To enable building this, set the `-Dcooling-type-service=enable` meson
     option:
 
diff --git a/docs/control/events.md b/docs/control/events.md
index 7544c96..f21b7f8 100644
--- a/docs/control/events.md
+++ b/docs/control/events.md
@@ -292,7 +292,6 @@
 The above config uses a hardcoded state value:
 
 - For each member of the 'pcie temps' group:
-
   - Read its 'Value' D-Bus property.
   - If that property value is greater than the 'state' value of 70.0:
   - Subtracts 70.0 from the property value.
@@ -318,7 +317,6 @@
 The above config uses a parameter as the state value:
 
 - For each member of the 'proc 0 core temps' group:
-
   - Read its 'Value' D-Bus property.
   - If that property value is greater than the value of the parameter listed in
     the 'state_parameter_name' field, in this case
@@ -357,7 +355,6 @@
 The above config uses a hardcoded state value:
 
 - For each member of the 'pcie temps' group:
-
   - Read its 'Value' D-Bus property.
   - If that property value is less than the 'state' value of 65.0:
   - Subtracts the property value from 65.0.
@@ -383,7 +380,6 @@
 The above config uses a parameter as the state value:
 
 - For each member of the 'proc 0 core temps' group:
-
   - Read its 'Value' D-Bus property.
   - If that property value is less than the value of the parameter listed the
     'state_parameter_name' field, in this case 'proc_0_core_dvfs_decrease_temp':