diff --git a/releng/scripts/do_format_code.sh b/releng/scripts/do_format_code.sh index 45e2206e9c3..e20a2c4890a 100755 --- a/releng/scripts/do_format_code.sh +++ b/releng/scripts/do_format_code.sh @@ -37,7 +37,7 @@ if test -e check_code_cleanliness_workspace; then echo check_code_cleanliness_workspace needs to be deleted exit 1 fi -${ECLIPSE} \ +"${ECLIPSE}" \ -consolelog -nosplash -application org.eclipse.jdt.core.JavaCodeFormatter \ -config $CDTDIR/$COREPROJECT/.settings/org.eclipse.jdt.core.prefs \ $PWD -data check_code_cleanliness_workspace