From 118114c4988380ea7cef1c00878846ad8feb6d79 Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Wed, 17 Apr 2024 09:04:17 +0400 Subject: [PATCH] Add misisng empty line --- CI/before_script.msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index b501c0162b..c2d91ccfd3 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -1135,7 +1135,7 @@ fi echo " $(basename $DLL)" cp "$DLL" "${DLL_PREFIX}styles" done - + echo echo "- Qt Image Format DLLs..." mkdir -p ${DLL_PREFIX}imageformats for DLL in ${QT_IMAGEFORMATS[$CONFIGURATION]}; do