summaryrefslogtreecommitdiff
path: root/src/caja-notes-viewer.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:34:17 +0200
committerraveit65 <[email protected]>2021-11-20 16:50:14 +0100
commit0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch)
tree9c68212e8ba254df3dc80cd091b8fd3198a9b643 /src/caja-notes-viewer.c
parentbdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff)
downloadcaja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2
caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz
Use a blank line at most
Diffstat (limited to 'src/caja-notes-viewer.c')
-rw-r--r--src/caja-notes-viewer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/caja-notes-viewer.c b/src/caja-notes-viewer.c
index 65916f9e..10f03e0b 100644
--- a/src/caja-notes-viewer.c
+++ b/src/caja-notes-viewer.c
@@ -73,7 +73,6 @@ typedef struct
GObjectClass parent;
} CajaNotesViewerProviderClass;
-
G_DEFINE_TYPE_WITH_CODE (CajaNotesViewer, caja_notes_viewer, GTK_TYPE_SCROLLED_WINDOW,
G_IMPLEMENT_INTERFACE (CAJA_TYPE_SIDEBAR,
caja_notes_viewer_sidebar_iface_init));
@@ -86,7 +85,6 @@ G_DEFINE_TYPE_WITH_CODE (CajaNotesViewerProvider, caja_notes_viewer_provider, G_
G_IMPLEMENT_INTERFACE (CAJA_TYPE_SIDEBAR_PROVIDER,
sidebar_provider_iface_init));
-
struct _CajaNotesViewerDetails
{
GtkWidget *note_text_field;
@@ -383,7 +381,6 @@ caja_notes_viewer_finalize (GObject *object)
G_OBJECT_CLASS (caja_notes_viewer_parent_class)->finalize (object);
}
-
static void
caja_notes_viewer_class_init (CajaNotesViewerClass *class)
{
@@ -484,7 +481,6 @@ get_property_pages (CajaPropertyPageProvider *provider,
char *uri;
CajaNotesViewer *viewer;
-
/* Only show the property page if 1 file is selected */
if (!files || files->next != NULL)
{