Skip to content

Commit 403f677

Browse files
committed
Whitespace fix
1 parent 9c60d56 commit 403f677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspamd_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ get_rspamd() {
122122
exit 1
123123
fi
124124

125-
if [ -d "${PATCHES_DIR}"] ; then
125+
if [ -d "${PATCHES_DIR}" ] ; then
126126
shopt -s nullglob
127127
for p in ${PATCHES_DIR}/* ; do
128128
echo "Applying patch $p"

0 commit comments

Comments
 (0)