On Mon, 05 Jul 2010 01:41:39 +0200, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
Hi,
right now our tree has a mix of lowercase and uppercase hexadecimal numbers. I don't plan to change them all (we have enough changes already), but I'd like to know which variant I should use for future patches.
My personal favourite is lowercase hex (don't need to hit shift that way), but I don't know what you prefer.
In my opinion uppercase is only meant for preprocessing directives and macros, everything else should be lower case including hex values. That is my 2 cents worth.