[glib/wip/pwithnall/macos-werror] gosxutils: Add newline at end of file



commit 19581253d63e2626661fb0f600a7f98c9af6ad0a
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Nov 18 11:57:17 2021 +0000

    gosxutils: Add newline at end of file
    
    Fixes a `-Wnewline-eof` warning when building on macOS.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 glib/gosxutils.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gosxutils.m b/glib/gosxutils.m
index 9b6601783..ff461a49b 100644
--- a/glib/gosxutils.m
+++ b/glib/gosxutils.m
@@ -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);
-}
\ No newline at end of file
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]