spacing issue
I played with my settings, but I can't figure out why reshaper keeps messing with the spaces within #if when I reformat code.
Basically:
#if !DEBUG_NOCACHE
-->
#if DEBUG_NOCACHE
-->
#if ! DEBUG_NOCACHE
-->
#if DEBUG_NOCACHE
each time I do it, it adds a space after the #if. The first time I do it, it adds a space after the ! (which isn't a big deal, although I did say "NO" to bitwise and logical operators and it still did it).
Please sign in to leave a comment.
doh, my spaces got swallowed:
#if ! DEBUG_NOCACHE --> #if ! DEBUG_NOCACHE --> #if ! DEBUG_NOCACHE]]>