On Friday, August 19, 2011 17:57:50 Jeroen Hofstee wrote: > I couldn't (easily) find a doc for coding style regarding defines in > u-boot. I commenly don't indent preprocessor macro's, but when reading > code from some one else code I tend to prefer single space indentation > for these (before the #). Is there a standard for this in u-boot?
i prefer: #if 1 # if 2 # if 3 ... # else ... # endif # endif #endif but doing this without the space after the "#" is acceptable. these two styles are your only options, but i dont believe there is a rule as to which you pick other than "if you're the maintainer of the code in question, use whichever you like". also, please dont hijack threads. start a new e-mail from scratch ... dont just hit "reply" to any old e-mail and erase the subject/body. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

