From 1d49c866973b7eee921d118f344461bd48df44e6 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 11 Apr 2023 22:36:16 +0200
Subject: [PATCH] Re-indent

---
 Inst_eddies/Tests/test_output.json | 290 ++++++++++++++---------------
 1 file changed, 145 insertions(+), 145 deletions(-)

diff --git a/Inst_eddies/Tests/test_output.json b/Inst_eddies/Tests/test_output.json
index 905d3680..d725e511 100644
--- a/Inst_eddies/Tests/test_output.json
+++ b/Inst_eddies/Tests/test_output.json
@@ -1,150 +1,150 @@
 {
-   "Medium_mix": {
-      "description": "Append to medium-sized SHPC, mixing output to the three shapefiles.",
-      "input": "&main_nml /\n",
-      "command": [
-         "time",
-         "$build_dir/test_write_null"
-      ],
-      "copy": [
-         [
-            "$PWD/n_dates_14",
-            "SHPC"
-         ]
-      ],
-      "stdout": "test_write_null_stdout.txt",
-      "exclude_cmp": [
-         "test_write_null_stderr.txt"
-      ]
-   },
-   "Small_mix": {
-      "description": "Append to small SHPC, mixing output to the three shapefiles.",
-      "input": "&main_nml /\n",
-      "command": [
-         "time",
-         "$build_dir/test_write_null"
-      ],
-      "copy": [
-         [
-            "$PWD/n_dates_1",
-            "SHPC"
-         ]
-      ],
-      "stdout": "test_write_null_stdout.txt",
-      "exclude_cmp": [
-         "test_write_null_stderr.txt"
-      ]
-   },
-   "Medium_sep": {
-      "description": "Append to medium-sized SHPC, separating output to the three shapefiles.",
-      "input": "&main_nml mixed = f/\n",
-      "command": [
-         "time",
-         "$build_dir/test_write_null"
-      ],
-      "copy": [
-         [
-            "$PWD/n_dates_14",
-            "SHPC"
-         ]
-      ],
-      "stdout": "test_write_null_stdout.txt",
-      "exclude_cmp": [
-         "test_write_null_stderr.txt"
-      ]
-   },
-   "Small_sep": {
-      "description": "Append to small SHPC, separating output to the three shapefiles.",
-      "input": "&main_nml mixed = f/\n",
-      "command": [
-         "time",
-         "$build_dir/test_write_null"
-      ],
-      "copy": [
-         [
-            "$PWD/n_dates_1",
-            "SHPC"
-         ]
-      ],
-      "stdout": "test_write_null_stdout.txt",
-      "exclude_cmp": [
-         "test_write_null_stderr.txt"
-      ]
-   },
-   "Create_mix": {
-      "description": "Create SHPC, mixing output to the three shapefiles.",
-      "input": "&main_nml /\n",
-      "commands": [
-         [
-            "mkdir",
-            "-p",
-            "SHPC/Slice_0/Cyclones"
-         ],
-         [
+    "Medium_mix": {
+	"description": "Append to medium-sized SHPC, mixing output to the three shapefiles.",
+	"input": "&main_nml /\n",
+	"command": [
             "time",
             "$build_dir/test_write_null"
-         ]
-      ],
-      "stdout": "test_write_null_stdout.txt",
-      "exclude_cmp": [
-         "test_write_null_stderr.txt"
-      ]
-   },
-   "Create_sep": {
-      "description": "Create SHPC, separating output to the three shapefiles.",
-      "input": "&main_nml mixed = f/\n",
-      "commands": [
-         [
-            "mkdir",
-            "-p",
-            "SHPC/Slice_0/Cyclones"
-         ],
-         [
+	],
+	"copy": [
+            [
+		"$PWD/n_dates_14",
+		"SHPC"
+            ]
+	],
+	"stdout": "test_write_null_stdout.txt",
+	"exclude_cmp": [
+            "test_write_null_stderr.txt"
+	]
+    },
+    "Small_mix": {
+	"description": "Append to small SHPC, mixing output to the three shapefiles.",
+	"input": "&main_nml /\n",
+	"command": [
             "time",
             "$build_dir/test_write_null"
-         ]
-      ],
-      "stdout": "test_write_null_stdout.txt",
-      "exclude_cmp": [
-         "test_write_null_stderr.txt"
-      ]
-   },
-   "Big_mix": {
-      "description": "Append to big SHPC, mixing output to the three shapefiles.",
-      "input": "&main_nml /\n",
-      "command": [
-         "time",
-         "$build_dir/test_write_null"
-      ],
-      "copy": [
-         [
-            "$PWD/Global_1993_2021/SHPC/Slice_0",
-            "SHPC/Slice_0"
-         ]
-      ],
-      "stdout": "test_write_null_stdout.txt",
-      "exclude_cmp": [
-         "test_write_null_stderr.txt",
-         "*.shp"
-      ]
-   },
-   "Big_sep": {
-      "description": "Append to big SHPC, separating output to the three shapefiles.",
-      "input": "&main_nml mixed = f/\n",
-      "command": [
-         "time",
-         "$build_dir/test_write_null"
-      ],
-      "copy": [
-         [
-            "$PWD/Global_1993_2021/SHPC/Slice_0",
-            "SHPC/Slice_0"
-         ]
-      ],
-      "stdout": "test_write_null_stdout.txt",
-      "exclude_cmp": [
-         "test_write_null_stderr.txt",
-         "*.shp"
-      ]
-   }
-}
\ No newline at end of file
+	],
+	"copy": [
+            [
+		"$PWD/n_dates_1",
+		"SHPC"
+            ]
+	],
+	"stdout": "test_write_null_stdout.txt",
+	"exclude_cmp": [
+            "test_write_null_stderr.txt"
+	]
+    },
+    "Medium_sep": {
+	"description": "Append to medium-sized SHPC, separating output to the three shapefiles.",
+	"input": "&main_nml mixed = f/\n",
+	"command": [
+            "time",
+            "$build_dir/test_write_null"
+	],
+	"copy": [
+            [
+		"$PWD/n_dates_14",
+		"SHPC"
+            ]
+	],
+	"stdout": "test_write_null_stdout.txt",
+	"exclude_cmp": [
+            "test_write_null_stderr.txt"
+	]
+    },
+    "Small_sep": {
+	"description": "Append to small SHPC, separating output to the three shapefiles.",
+	"input": "&main_nml mixed = f/\n",
+	"command": [
+            "time",
+            "$build_dir/test_write_null"
+	],
+	"copy": [
+            [
+		"$PWD/n_dates_1",
+		"SHPC"
+            ]
+	],
+	"stdout": "test_write_null_stdout.txt",
+	"exclude_cmp": [
+            "test_write_null_stderr.txt"
+	]
+    },
+    "Create_mix": {
+	"description": "Create SHPC, mixing output to the three shapefiles.",
+	"input": "&main_nml /\n",
+	"commands": [
+            [
+		"mkdir",
+		"-p",
+		"SHPC/Slice_0/Cyclones"
+            ],
+            [
+		"time",
+		"$build_dir/test_write_null"
+            ]
+	],
+	"stdout": "test_write_null_stdout.txt",
+	"exclude_cmp": [
+            "test_write_null_stderr.txt"
+	]
+    },
+    "Create_sep": {
+	"description": "Create SHPC, separating output to the three shapefiles.",
+	"input": "&main_nml mixed = f/\n",
+	"commands": [
+            [
+		"mkdir",
+		"-p",
+		"SHPC/Slice_0/Cyclones"
+            ],
+            [
+		"time",
+		"$build_dir/test_write_null"
+            ]
+	],
+	"stdout": "test_write_null_stdout.txt",
+	"exclude_cmp": [
+            "test_write_null_stderr.txt"
+	]
+    },
+    "Big_mix": {
+	"description": "Append to big SHPC, mixing output to the three shapefiles.",
+	"input": "&main_nml /\n",
+	"command": [
+            "time",
+            "$build_dir/test_write_null"
+	],
+	"copy": [
+            [
+		"$PWD/Global_1993_2021/SHPC/Slice_0",
+		"SHPC/Slice_0"
+            ]
+	],
+	"stdout": "test_write_null_stdout.txt",
+	"exclude_cmp": [
+            "test_write_null_stderr.txt",
+            "*.shp"
+	]
+    },
+    "Big_sep": {
+	"description": "Append to big SHPC, separating output to the three shapefiles.",
+	"input": "&main_nml mixed = f/\n",
+	"command": [
+            "time",
+            "$build_dir/test_write_null"
+	],
+	"copy": [
+            [
+		"$PWD/Global_1993_2021/SHPC/Slice_0",
+		"SHPC/Slice_0"
+            ]
+	],
+	"stdout": "test_write_null_stdout.txt",
+	"exclude_cmp": [
+            "test_write_null_stderr.txt",
+            "*.shp"
+	]
+    }
+}
-- 
GitLab