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/Nisqually.json b/configurations/Nisqually.json
index c281822..4f22368 100644
--- a/configurations/Nisqually.json
+++ b/configurations/Nisqually.json
@@ -1,32 +1,32 @@
 {
     "Exposes": [
         {
-            "Name": "Power Supply Slot 0",
-            "Type": "IBMCFFPSConnector",
             "I2CAddress": 104,
             "I2CBus": 3,
-            "NamedPresenceGpio": "presence-ps0"
+            "Name": "Power Supply Slot 0",
+            "NamedPresenceGpio": "presence-ps0",
+            "Type": "IBMCFFPSConnector"
         },
         {
-            "Name": "Power Supply Slot 1",
-            "Type": "IBMCFFPSConnector",
             "I2CAddress": 105,
             "I2CBus": 3,
-            "NamedPresenceGpio": "presence-ps1"
+            "Name": "Power Supply Slot 1",
+            "NamedPresenceGpio": "presence-ps1",
+            "Type": "IBMCFFPSConnector"
         },
         {
-            "Name": "Power Supply Slot 2",
-            "Type": "IBMCFFPSConnector",
             "I2CAddress": 106,
             "I2CBus": 3,
-            "NamedPresenceGpio": "presence-ps2"
+            "Name": "Power Supply Slot 2",
+            "NamedPresenceGpio": "presence-ps2",
+            "Type": "IBMCFFPSConnector"
         },
         {
-            "Name": "Power Supply Slot 3",
-            "Type": "IBMCFFPSConnector",
             "I2CAddress": 107,
             "I2CBus": 3,
-            "NamedPresenceGpio": "presence-ps3"
+            "Name": "Power Supply Slot 3",
+            "NamedPresenceGpio": "presence-ps3",
+            "Type": "IBMCFFPSConnector"
         },
         {
             "Address": "0x48",
@@ -35,12 +35,6 @@
             "Type": "TMP75"
         },
         {
-            "Address": "0x11",
-            "Bus": 8,
-            "Name": "UCD90320 Power Sequencer",
-            "Type": "UCD90320"
-        },
-        {
             "Address": "0x48",
             "Bus": 8,
             "Name": "PCIE 0 Temp",
@@ -51,6 +45,12 @@
             "Bus": 8,
             "Name": "PCIE 1 Temp",
             "Type": "TMP75"
+        },
+        {
+            "Address": "0x11",
+            "Bus": 8,
+            "Name": "UCD90320 Power Sequencer",
+            "Type": "UCD90320"
         }
     ],
     "Name": "Nisqually Backplane",