Format json

Change-Id: I9aa68b4b7e1c544fc8ac81eba1ef5ef89a2f3b03
Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/cmake-format.json b/cmake-format.json
index 4a701ae..260764f 100644
--- a/cmake-format.json
+++ b/cmake-format.json
@@ -1,12 +1,12 @@
 {
-  "enum_char": ".",
-  "line_ending": "unix",
-  "bullet_char": "*",
-  "max_subargs_per_line": 99,
-  "command_case": "lower",
-  "tab_size": 4,
-  "line_width": 80,
-  "separate_fn_name_with_space": true,
-  "dangle_parens": true,
-  "separate_ctrl_name_with_space": true
+    "enum_char": ".",
+    "line_ending": "unix",
+    "bullet_char": "*",
+    "max_subargs_per_line": 99,
+    "command_case": "lower",
+    "tab_size": 4,
+    "line_width": 80,
+    "separate_fn_name_with_space": true,
+    "dangle_parens": true,
+    "separate_ctrl_name_with_space": true
 }