diff options
author | rbuj <[email protected]> | 2021-10-27 17:30:36 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-01-08 23:02:46 -0500 |
commit | 658fab1f008bff7e1ec147d95baa04bc44c2fbcd (patch) | |
tree | 6cca2b00e83224a53df2bcca3f021c4d5c223c2a /shell/ev-window.h | |
parent | ec957cf18919166ca8b8335475ef06f9fd5f2e67 (diff) | |
download | atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.bz2 atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.xz |
Use a blank line at most
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r-- | shell/ev-window.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h index 32d303aa..8e4dd9cf 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -58,7 +58,6 @@ typedef struct _EvWindowPrivate EvWindowPrivate; #define EV_IS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_WINDOW)) #define EV_WINDOW_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_WINDOW, EvWindowClass)) - struct _EvWindow { GtkApplicationWindow base_instance; EvWindowPrivate *priv; @@ -87,7 +86,6 @@ void ev_window_print_range (EvWindow *ev_window, int last_page); const gchar * ev_window_get_dbus_object_path (EvWindow *ev_window); - G_END_DECLS #endif /* !EV_WINDOW_H */ |