summaryrefslogtreecommitdiff
path: root/gi/pygi-foreign.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-05-26 12:19:17 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-05-26 12:19:17 +0200
commit1319da5b7f483e48a90b0b7489f77236ba26f479 (patch)
treeacece87638e1d2d0bcde324fab745651c065f189 /gi/pygi-foreign.h
parent6156f15cb15b4c20e975527227135d49207c520a (diff)
downloadpygobject-1319da5b7f483e48a90b0b7489f77236ba26f479.tar.gz
Apply consistent whitespace formatting with:
astyle -p -d -c -S -U -M60 This won't affect git blame nor git diff if the switch -w is used.
Diffstat (limited to 'gi/pygi-foreign.h')
-rw-r--r--gi/pygi-foreign.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gi/pygi-foreign.h b/gi/pygi-foreign.h
index 2f13b0fb..7962b497 100644
--- a/gi/pygi-foreign.h
+++ b/gi/pygi-foreign.h
@@ -43,10 +43,10 @@ gboolean pygi_struct_foreign_convert_to_g_argument (PyObject *value,
GITypeInfo *type_info,
GITransfer transfer,
GArgument *arg);
-PyObject *pygi_struct_foreign_convert_from_g_argument(GITypeInfo *type_info,
- GArgument *arg);
-gboolean pygi_struct_foreign_release_g_argument (GITransfer transfer,
- GITypeInfo *type_info,
- GArgument *arg);
+PyObject *pygi_struct_foreign_convert_from_g_argument (GITypeInfo *type_info,
+ GArgument *arg);
+gboolean pygi_struct_foreign_release_g_argument (GITransfer transfer,
+ GITypeInfo *type_info,
+ GArgument *arg);
#endif /* __PYGI_FOREIGN_H__ */