summaryrefslogtreecommitdiffstats
path: root/libvirt_wrap.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-10 16:54:54 +0000
committerJim Meyering <meyering@redhat.com>2008-04-10 16:54:54 +0000
commitca9387e8829ff802f1d214fbc93c68145fdd8852 (patch)
tree039f4d1095fb630d8a0aef3e6d916e9bf6ccb733 /libvirt_wrap.h
parent05a544dcfe1f53df95b3278beb8476b5a8054cd0 (diff)
downloadlibvirt-python-split-ca9387e8829ff802f1d214fbc93c68145fdd8852.tar.gz
libvirt-python-split-ca9387e8829ff802f1d214fbc93c68145fdd8852.tar.xz
libvirt-python-split-ca9387e8829ff802f1d214fbc93c68145fdd8852.zip
convert TAB-based indentation in C sources to use only spaces
Done using this command (also includes .c.in and .h.in files): for i in $(g ls-files|grep -E '\.[ch](\.in)?$'|grep -v gnulib); do expand -i $i > j && mv j $i;done
Diffstat (limited to 'libvirt_wrap.h')
-rw-r--r--libvirt_wrap.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libvirt_wrap.h b/libvirt_wrap.h
index 3bb42ab..f8ecb76 100644
--- a/libvirt_wrap.h
+++ b/libvirt_wrap.h
@@ -22,7 +22,7 @@
#endif
#define PyvirConnect_Get(v) (((v) == Py_None) ? NULL : \
- (((PyvirConnect_Object *)(v))->obj))
+ (((PyvirConnect_Object *)(v))->obj))
typedef struct {
PyObject_HEAD
@@ -31,7 +31,7 @@ typedef struct {
#define PyvirDomain_Get(v) (((v) == Py_None) ? NULL : \
- (((PyvirDomain_Object *)(v))->obj))
+ (((PyvirDomain_Object *)(v))->obj))
typedef struct {
PyObject_HEAD
@@ -40,7 +40,7 @@ typedef struct {
#define PyvirNetwork_Get(v) (((v) == Py_None) ? NULL : \
- (((PyvirNetwork_Object *)(v))->obj))
+ (((PyvirNetwork_Object *)(v))->obj))
typedef struct {
PyObject_HEAD
@@ -49,7 +49,7 @@ typedef struct {
#define PyvirStoragePool_Get(v) (((v) == Py_None) ? NULL : \
- (((PyvirStoragePool_Object *)(v))->obj))
+ (((PyvirStoragePool_Object *)(v))->obj))
typedef struct {
PyObject_HEAD
@@ -58,7 +58,7 @@ typedef struct {
#define PyvirStorageVol_Get(v) (((v) == Py_None) ? NULL : \
- (((PyvirStorageVol_Object *)(v))->obj))
+ (((PyvirStorageVol_Object *)(v))->obj))
typedef struct {
PyObject_HEAD