Skip to content

Commit 42ec5aa

Browse files
tabs -> spaces
1 parent 34a1615 commit 42ec5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getcov

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ exclude_data() {
117117
#Remove anything the .xcodecoverageignore file has specified should be ignored.
118118
(cat "${SRCROOT}/.xcodecoverageignore"; echo) | while read IGNORE_THIS; do
119119
#use eval to expand any of the variables and then pass them to the shell - this allows
120-
#use of wildcards in the variables.
121-
eval LCOV --remove "${LCOV_INFO}" "${IGNORE_THIS}" -d "${OBJ_DIR}" -o "${LCOV_INFO}"
120+
#use of wildcards in the variables.
121+
eval LCOV --remove "${LCOV_INFO}" "${IGNORE_THIS}" -d "${OBJ_DIR}" -o "${LCOV_INFO}"
122122
done
123123
}
124124

0 commit comments

Comments
 (0)