]> git.proxmox.com Git - mirror_qemu.git/commit
CODING_STYLE: specify the indent rule for multiline code
authorWei Yang <richardw.yang@linux.intel.com>
Mon, 4 Mar 2019 07:16:30 +0000 (15:16 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 2 May 2019 16:12:58 +0000 (18:12 +0200)
commit6ac1fca4ef29d8deaea50b0c7a45e0e9e59ff656
treeb98b759c9cc471b1482bcd95d94a4d89f75e6e50
parent8f59905330ce6dbaf929e1ad1784c5e3ed7e69b6
CODING_STYLE: specify the indent rule for multiline code

We didn't specify the indent rule for multiline code here, which may
mislead users. And in current code, the code use various styles.

Add this rule in CODING_STYLE to make sure this is clear to every one.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Suggested-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20190304071631.27567-2-richardw.yang@linux.intel.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
CODING_STYLE