Am Friday 14 August 2009 18:05:23 schrieb Juan Lang:
Finally, this isn't about whitespace but style:
- if((needs_quote = NULL != strstrW(wszApplicationName,wSpace)))
len +=2;
The expression in the if is unnecessary complicated. You could use consistent spacing here too.
Hi Juan,
i don't understand what you mean here with "complicated", please explain it.
Thanks Stefan