Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aec8755d authored by Anthony Sheldon's avatar Anthony Sheldon Committed by Greg Kroah-Hartman
Browse files

staging: i4l: Reformat braces around else



As suggested by Documentation/CodingStyle move braces onto same line as else.

Signed-off-by: default avatarAnthony Sheldon <sheldon.anthony.sheldon@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4ea288e1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -92,9 +92,7 @@ int capi_conn_req(const char *calledPN, struct sk_buff **skb, int proto)
		*(skb_put(*skb, 1)) = 0x80;     /* Speech		*/
		*(skb_put(*skb, 1)) = 0x10;     /* Circuit Mode		*/
		*(skb_put(*skb, 1)) = 0x23;     /* A-law		*/
	}
	else
	{
	} else {
		/* Bearer Capability - Mandatory*/
		*(skb_put(*skb, 1)) = 2;        /* BC0.Length		*/
		*(skb_put(*skb, 1)) = 0x88;     /* Digital Information	*/