Use consistent indent in .sh files

This change fixes the inconsistent indents in the bash script files.
Details are described below.

* Use 4 spaces instead of tabs. Currently tabs are used partially.

* Ensures the corresponding items(like if/else/fi) are placed at
  the same indent level.

Change-Id: Iccf01cd325e171fba8e399d22ee9e0a00f3e781b
This commit is contained in:
Takashi Kajinami 2022-02-28 23:54:34 +09:00
parent 71f5ceb459
commit e99a251ad4
2 changed files with 61 additions and 61 deletions