[Xfce4-commits] <thunarx-python:master> One more little tab fix
Adam Plumb
noreply at xfce.org
Thu May 27 18:14:06 CEST 2010
Updating branch refs/heads/master
to c0bc1acda38dd015f1bada495e4d13bea5d78e4e (commit)
from 122b3d1b01c1f9953a4bfa9ab42f193cc7b9024d (commit)
commit c0bc1acda38dd015f1bada495e4d13bea5d78e4e
Author: Adam Plumb <adamplumb at gmail.com>
Date: Thu Jan 14 09:51:37 2010 -0500
One more little tab fix
src/thunarx-python-object.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/thunarx-python-object.h b/src/thunarx-python-object.h
index 0e5ed38..cf472ff 100644
--- a/src/thunarx-python-object.h
+++ b/src/thunarx-python-object.h
@@ -31,13 +31,13 @@ typedef struct _ThunarxPythonObject ThunarxPythonObject;
typedef struct _ThunarxPythonObjectClass ThunarxPythonObjectClass;
struct _ThunarxPythonObject {
- GObject parent_slot;
- PyObject *instance;
+ GObject parent_slot;
+ PyObject *instance;
};
struct _ThunarxPythonObjectClass {
- GObjectClass parent_slot;
- PyObject *type;
+ GObjectClass parent_slot;
+ PyObject *type;
};
GType
More information about the Xfce4-commits
mailing list