Skip to content

Commit 1e42258

Browse files
rctaygitster
authored andcommitted
submodule: whitespace fix
Replace SPs with TAB. Signed-off-by: Tay Ray Chuan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 501770e commit 1e42258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-submodule.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ module_name()
104104
re=$(printf '%s\n' "$1" | sed -e 's/[].[^$\\*]/\\&/g')
105105
name=$( git config -f .gitmodules --get-regexp '^submodule\..*\.path$' |
106106
sed -n -e 's|^submodule\.\(.*\)\.path '"$re"'$|\1|p' )
107-
test -z "$name" &&
108-
die "$(eval_gettext "No submodule mapping found in .gitmodules for path '\$path'")"
109-
echo "$name"
107+
test -z "$name" &&
108+
die "$(eval_gettext "No submodule mapping found in .gitmodules for path '\$path'")"
109+
echo "$name"
110110
}
111111

112112
#

0 commit comments

Comments
 (0)