I'm asking this question for the sake of readability of code. I'm having code that are between #ifdef statements. For example following is a code I have:
is that how the code would be indented if you removed the #ifdef?
our practice at Qualcomm was that macros were started at the first column and nested macros, #ifdefs within an #ifdef had one or more spaces after the '#" depending on the level of nesting
gcjr:
is that how the code would be indented if you removed the #ifdef?
our practice at Qualcomm was that macros were started at the first column and nested macros, #ifdefs within an #ifdef had one or more spaces after the '#" depending on the level of nesting