gosxutils: Add newline at end of file

Fixes a `-Wnewline-eof` warning when building on macOS.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-11-18 11:57:17 +00:00
parent 6554af0320
commit e5719fd667

View File

@ -51,4 +51,4 @@ load_user_special_dirs_macos(gchar **table)
table[G_USER_DIRECTORY_PUBLIC_SHARE] = find_folder (NSSharedPublicDirectory);
table[G_USER_DIRECTORY_TEMPLATES] = NULL;
table[G_USER_DIRECTORY_VIDEOS] = find_folder (NSMoviesDirectory);
}
}