diff options
author | rbuj <[email protected]> | 2021-10-27 18:20:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 16:16:17 +0100 |
commit | 9b8b3fb98ee475fc6db97e28c70dbd532b8de8a8 (patch) | |
tree | 000bd644bf70d9c810dc61d7d5bfcef1769ea218 /src/caja-python.c | |
parent | 429418d1bcf90d73b087e2eecc27a9ed7128a572 (diff) | |
download | python-caja-9b8b3fb98ee475fc6db97e28c70dbd532b8de8a8.tar.bz2 python-caja-9b8b3fb98ee475fc6db97e28c70dbd532b8de8a8.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/caja-python.c')
-rw-r--r-- | src/caja-python.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-python.c b/src/caja-python.c index e516ff8..9f213dd 100644 --- a/src/caja-python.c +++ b/src/caja-python.c @@ -43,7 +43,6 @@ static gboolean caja_python_init_python(void); static GArray *all_types = NULL; static GList *all_pyfiles = NULL; - /* Caja.OperationHandle value access. */ static PyObject * caja_operationhandle_get_handle(PyGBoxed *self, void *closure) @@ -74,7 +73,6 @@ static PyGetSetDef caja_operationhandle_handle = { NULL }; - static inline gboolean np_init_pygobject(void) { |