Re: [PATCH 01/49] Fix indentions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 07/20/2012 08:24 AM, Osier Yang wrote:
> Some of the macros use tab, while the left use spaces, this patch
> change it to always use the spaces. And a few aligning fixes.
> ---
>  src/datatypes.h |   86 +++++++++++++++++++++++++++---------------------------
>  1 files changed, 43 insertions(+), 43 deletions(-)

ACK.

> 
> diff --git a/src/datatypes.h b/src/datatypes.h
> index fc284d2..01a8544 100644
> --- a/src/datatypes.h
> +++ b/src/datatypes.h
> @@ -33,8 +33,8 @@
>   * magic value used to protect the API when pointers to connection structures
>   * are passed down by the users.
>   */
> -# define VIR_CONNECT_MAGIC	0x4F23DEAD
> -# define VIR_IS_CONNECT(obj)	((obj) && (obj)->magic==VIR_CONNECT_MAGIC)
> +# define VIR_CONNECT_MAGIC   0x4F23DEAD
> +# define VIR_IS_CONNECT(obj) ((obj) && (obj)->magic==VIR_CONNECT_MAGIC)

Conflicts with Dan's series to use virObject.

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]