Apply autojson to all existing configurations

A majority of these changes come in two categories.  First, the newline
at the end of the file was inconsistent.  As of HEAD~1, autojson will
now make it consistent.  Secondly, there are new files that the authors
forgot to format appropriately.

Tested:
Ran autojson, and observed it no longer failed

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: Ia210ff1852ce902ef3ac7477d01b01c55b70c435
diff --git a/configurations/Rainier 2U Chassis.json b/configurations/Rainier 2U Chassis.json
index 2ed3f30..051d88e 100644
--- a/configurations/Rainier 2U Chassis.json
+++ b/configurations/Rainier 2U Chassis.json
@@ -2,11 +2,11 @@
     "Exposes": [
         {
             "Name": "Compatible System",
-            "Type": "IBMCompatibleSystem",
             "Names": [
                 "ibm,rainier-2u",
                 "ibm,rainier"
-            ]
+            ],
+            "Type": "IBMCompatibleSystem"
         }
     ],
     "Name": "Rainier 2U Chassis",