Control whitespace in snippets

Heya,

My first programming job beat a hatred of whitespace into me, and since then I recoil at the sight of it. Is there anyway in Sublime or Corona Editor to remove whitespace from the snippets so that

timer.performWithDelay( delay, listener [, iterations] )

becomes

timer.performWithDelay(delay,listener[,iterations])

?