From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Fri, 19 Aug 2011 23:57:50 +0200 Subject: [U-Boot] nested defines coding style In-Reply-To: <201108192347.23624.marek.vasut@gmail.com> References: <1313514195-27345-1-git-send-email-marek.vasut@gmail.com> <4E4EC2C1.6070506@freescale.com> <201108192347.23624.marek.vasut@gmail.com> Message-ID: <4E4EDC5E.6000309@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, 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? Regards, Jeroen