1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-12-06 00:23:47 +03:00

Add space after comma for consistency with code style

This commit is contained in:
Doug Goldstein
2014-01-02 09:52:13 -06:00
parent c6ff569fb6
commit 80c53727f3

View File

@@ -71,7 +71,7 @@
# define __GNUC_PREREQ(maj, min) \
((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
# else
# define __GNUC_PREREQ(maj,min) 0
# define __GNUC_PREREQ(maj, min) 0
# endif
# endif /* __GNUC_PREREQ */