Formatting coding style

* .json files
* .md files

Signed-off-by: John Chung <john.chung@arm.com>
Change-Id: I5fec2bbc1e76ae68a29eb5610f567979cc794bc8
diff --git a/specification/json/sections/cper-generic-dmar.json b/specification/json/sections/cper-generic-dmar.json
index e5fee69..814e44a 100644
--- a/specification/json/sections/cper-generic-dmar.json
+++ b/specification/json/sections/cper-generic-dmar.json
@@ -2,7 +2,15 @@
     "$id": "cper-json-generic-dmar-section",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "type": "object",
-    "required": ["requesterID", "segmentNumber", "faultReason", "accessType", "addressType", "architectureType", "deviceAddress"],
+    "required": [
+        "requesterID",
+        "segmentNumber",
+        "faultReason",
+        "accessType",
+        "addressType",
+        "architectureType",
+        "deviceAddress"
+    ],
     "additionalProperties": false,
     "properties": {
         "requesterID": {
@@ -39,7 +47,7 @@
             "$ref": "./common/cper-json-nvp.json"
         },
         "deviceAddress": {
-            "type" : "integer"
+            "type": "integer"
         }
     }
-}
\ No newline at end of file
+}