summaryrefslogtreecommitdiff
path: root/src/caja-python.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:20:40 +0200
committerraveit65 <[email protected]>2021-12-11 16:16:17 +0100
commit9b8b3fb98ee475fc6db97e28c70dbd532b8de8a8 (patch)
tree000bd644bf70d9c810dc61d7d5bfcef1769ea218 /src/caja-python.c
parent429418d1bcf90d73b087e2eecc27a9ed7128a572 (diff)
downloadpython-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.c2
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)
{