diff --git a/lib/bdev/crypto/vbdev_crypto.c b/lib/bdev/crypto/vbdev_crypto.c old mode 100755 new mode 100644 diff --git a/scripts/check_format.sh b/scripts/check_format.sh index 3a52a101d..ff4046c77 100755 --- a/scripts/check_format.sh +++ b/scripts/check_format.sh @@ -51,8 +51,6 @@ if [ $rc -eq 0 ]; then echo " OK" fi -exit 0 - if hash astyle; then echo -n "Checking coding style..." if [ "$(astyle -V)" \< "Artistic Style Version 3" ]