Thread (22 messages) flat view 22 messages, 8 authors, 2012-05-07

Re: [PATCH] Bluetooth: Fix coding style

From: Arend van Spriel <hidden>
Date: 2012-05-07 08:21:44
Also in: linux-bluetooth

On 05/07/2012 10:14 AM, Andrei Emeltchenko wrote:
quoted
They don't.  All the examples you'll find are of the form:
quoted
	if (a &&
	    b)

not:

	if (a &&
			b)
Actually it does not look like this, otherwise "b" would be placed in the
same line, don't it?
Let me rephrase Dave's remark so you may understand:

	if (a_has_to_be_long_enough_to_make_you_understand &&
	    you_do_not_care_about_code_readability)

and not:
	if (a_has_to_be_long_enough_to_make_you_understand &&
			you_do_not_care_about_code_readability)

Hope it helps.

Gr. AvS
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help