mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-04 19:08:23 +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:
parent
c93da5f024
commit
fcffac9f6e
25 changed files with 22 additions and 25 deletions
|
@ -64,4 +64,3 @@ void nautilus_module_list_types (const GType **types,
|
|||
int *num_types);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
|
@ -36,4 +36,3 @@ void nautilus_dbus_launcher_call (NautilusDBusLauncher *self,
|
|||
const gchar *method_name,
|
||||
GVariant *parameters,
|
||||
GtkWindow *window);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue