I\'m writing some C at the moment and because I like whitespace sensitive syntax, I\'d like to write it like this:
#include int main(void)
http://www.cython.org/
But that's a different language... it's basically a Python dialect with C performance properties.
Don't roll your own language, use something standard.
Python-style indentation for C.
Looks like it is what you are looking for.