Reindented new lines
This commit is contained in:
@@ -128,8 +128,8 @@ _gs_output_file_group() {
|
|||||||
relative="${stat_file[$i]}"
|
relative="${stat_file[$i]}"
|
||||||
else
|
else
|
||||||
dest="$project_root/${stat_file[$i]}"
|
dest="$project_root/${stat_file[$i]}"
|
||||||
local pwd=$(readlink -f "$PWD")
|
local pwd=$(readlink -f "$PWD")
|
||||||
relative="$(_gs_relative_path "$pwd" "$dest" )"
|
relative="$(_gs_relative_path "$pwd" "$dest" )"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $f -gt 10 && $e -lt 10 ]]; then local pad=" "; else local pad=""; fi # (padding)
|
if [[ $f -gt 10 && $e -lt 10 ]]; then local pad=" "; else local pad=""; fi # (padding)
|
||||||
|
|||||||
Reference in New Issue
Block a user