Skip to content

Commit 9363f16

Browse files
artynetfacchinm
authored andcommitted
fixing spaces/tabs if...else condition
1 parent e42f78c commit 9363f16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/linux/dist/arduino-linux-setup.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ removemm () {
164164
then
165165
#Only for Red Hat/Fedora/CentOS
166166
sudo yum remove modemmanager
167-
else
168-
echo ""
169-
echo "Your system is not supported, please take care of it with your package manager"
170-
echo ""
167+
else
168+
echo ""
169+
echo "Your system is not supported, please take care of it with your package manager"
170+
echo ""
171171
fi
172172

173173
}

0 commit comments

Comments
 (0)