c-mera icon indicating copy to clipboard operation
c-mera copied to clipboard

remove superflous whitespace

Open lispbub opened this issue 10 years ago • 1 comments

remove superflous whitespace (see #22)

lispbub avatar Nov 25 '15 21:11 lispbub

I'd also like to get rid of the whitespace after the name of a function when it is defined, e.g.

(function foo () -> void (return))

gives

void foo () { return }

not

void foo() { return }

Maybe we could even make that stuff configurable?

kiselgra avatar Dec 03 '15 16:12 kiselgra