diff options
author | rbuj <[email protected]> | 2021-10-27 17:34:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 16:50:14 +0100 |
commit | 0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch) | |
tree | 9c68212e8ba254df3dc80cd091b8fd3198a9b643 /src/caja-navigation-window-slot.h | |
parent | bdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff) | |
download | caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2 caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/caja-navigation-window-slot.h')
-rw-r--r-- | src/caja-navigation-window-slot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/caja-navigation-window-slot.h b/src/caja-navigation-window-slot.h index 6766b201..84d4b1a7 100644 --- a/src/caja-navigation-window-slot.h +++ b/src/caja-navigation-window-slot.h @@ -30,7 +30,6 @@ typedef struct CajaNavigationWindowSlot CajaNavigationWindowSlot; typedef struct CajaNavigationWindowSlotClass CajaNavigationWindowSlotClass; - #define CAJA_TYPE_NAVIGATION_WINDOW_SLOT (caja_navigation_window_slot_get_type()) #define CAJA_NAVIGATION_WINDOW_SLOT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), CAJA_NAVIGATION_WINDOW_SLOT_CLASS, CajaNavigationWindowSlotClass)) #define CAJA_NAVIGATION_WINDOW_SLOT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CAJA_TYPE_NAVIGATION_WINDOW_SLOT, CajaNavigationWindowSlot)) |