Skip to content

Commit 9b8b3fb

Browse files
rbujraveit65
authored andcommitted
Use a blank line at most
1 parent 429418d commit 9b8b3fb

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/caja-python-object.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ static GObjectClass *parent_class;
110110
} \
111111
}
112112

113-
114113
static void
115114
free_pygobject_data(gpointer data, gpointer user_data)
116115
{
@@ -171,7 +170,6 @@ caja_python_object_get_property_pages (CajaPropertyPageProvider *provider,
171170
}
172171
#undef METHOD_NAME
173172

174-
175173
static void
176174
caja_python_object_property_page_provider_iface_init (CajaPropertyPageProviderIface *iface)
177175
{
@@ -363,7 +361,6 @@ caja_python_object_column_provider_iface_init (CajaColumnProviderIface *iface)
363361
iface->get_columns = caja_python_object_get_columns;
364362
}
365363

366-
367364
#define METHOD_NAME "cancel_update"
368365
static void
369366
caja_python_object_cancel_update (CajaInfoProvider *provider,
@@ -419,7 +416,6 @@ caja_python_object_update_file_info (CajaInfoProvider *provider,
419416
py_handle = caja_python_boxed_new (_PyCajaOperationHandle_Type,
420417
h, FALSE);
421418

422-
423419
py_ret = PyObject_CallMethod(object->instance,
424420
METHOD_PREFIX "update_file_info_full", "(NNNN)",
425421
pygobject_new((GObject*)provider),

src/caja-python.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ static gboolean caja_python_init_python(void);
4343
static GArray *all_types = NULL;
4444
static GList *all_pyfiles = NULL;
4545

46-
4746
/* Caja.OperationHandle value access. */
4847
static PyObject *
4948
caja_operationhandle_get_handle(PyGBoxed *self, void *closure)
@@ -74,7 +73,6 @@ static PyGetSetDef caja_operationhandle_handle = {
7473
NULL
7574
};
7675

77-
7876
static inline gboolean
7977
np_init_pygobject(void)
8078
{

src/caja-python.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ extern CajaPythonDebug caja_python_debug;
4545
#define debug_enter_args(x, y) { if (caja_python_debug & CAJA_PYTHON_DEBUG_MISC) \
4646
g_printf("%s: entered " x "\n", __FUNCTION__, y); }
4747

48-
4948
CAJA_PYTHON_VAR_DECL PyTypeObject *_PyGtkWidget_Type;
5049
#define PyGtkWidget_Type (*_PyGtkWidget_Type)
5150

0 commit comments

Comments
 (0)