Skip to content

Commit 7810977

Browse files
tmzullingergitster
authored andcommitted
t/lib-git-svn: cleanup inconsistent tab/space usage
Acked-by: Eric Wong <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Todd Zullinger <[email protected]>
1 parent 3013dff commit 7810977

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

t/lib-git-svn.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ SVN_TREE=$GIT_SVN_DIR/svn-tree
1717
svn >/dev/null 2>&1
1818
if test $? -ne 1
1919
then
20-
skip_all='skipping git svn tests, svn not found'
21-
test_done
20+
skip_all='skipping git svn tests, svn not found'
21+
test_done
2222
fi
2323

2424
svnrepo=$PWD/svnrepo
@@ -110,18 +110,18 @@ EOF
110110
}
111111

112112
require_svnserve () {
113-
if test -z "$SVNSERVE_PORT"
114-
then
115-
skip_all='skipping svnserve test. (set $SVNSERVE_PORT to enable)'
116-
test_done
117-
fi
113+
if test -z "$SVNSERVE_PORT"
114+
then
115+
skip_all='skipping svnserve test. (set $SVNSERVE_PORT to enable)'
116+
test_done
117+
fi
118118
}
119119

120120
start_svnserve () {
121-
svnserve --listen-port $SVNSERVE_PORT \
122-
--root "$rawsvnrepo" \
123-
--listen-once \
124-
--listen-host 127.0.0.1 &
121+
svnserve --listen-port $SVNSERVE_PORT \
122+
--root "$rawsvnrepo" \
123+
--listen-once \
124+
--listen-host 127.0.0.1 &
125125
}
126126

127127
prepare_a_utf8_locale () {

0 commit comments

Comments
 (0)