05.03.2018, 12:44
It's not an error, it's a warning means you can ignore this. The script will be compiled. You can fix this by removing the extra spaces before every line if you want. You can use #pragma tabsize 0 at the top of your script to not get that warning but in my opinion you should just fix it.