1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

general: make all headers end with one newline

Some IDEs automatically add them, leading to undesired changes in MRs.
Add them to avoid any such issues in the future.
This commit is contained in:
Peter Eisenmann 2024-01-29 14:11:03 +01:00
parent c93da5f024
commit fcffac9f6e
25 changed files with 22 additions and 25 deletions

View File

@ -64,4 +64,3 @@ void nautilus_module_list_types (const GType **types,
int *num_types);
G_END_DECLS

View File

@ -36,4 +36,3 @@ void nautilus_dbus_launcher_call (NautilusDBusLauncher *self,
const gchar *method_name,
GVariant *parameters,
GtkWindow *window);

View File

@ -48,4 +48,3 @@ void nautilus_toolbar_set_active_slot (NautilusToolbar *toolbar,
void nautilus_toolbar_set_window_slot (NautilusToolbar *self,
NautilusWindowSlot *window_slot);
G_END_DECLS