All whitespace is significant. It might not always matter to your computer, or compiler, or piece of code. But to you, a human reading the code, it is significant. I often here people complaining about significant whitespace. They say it makes no sense, that it makes working with the code harder. That whitespace, specifically in code, should not be significant. But the unavoidable truth is that whitespace is always significant, regardless of the language you use.