From: Graham Percival Date: Sat, 12 Apr 2025 03:10:04 +0000 (-0700) Subject: Fix missing newline at EOF (#2577) X-Git-Tag: v3.8.0~45 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=992a596290057695242558798b7929e0112e5b3d;p=thirdparty%2Flibarchive.git Fix missing newline at EOF (#2577) --- diff --git a/README.md b/README.md index 8bb6fe193..0d6335729 100644 --- a/README.md +++ b/README.md @@ -244,4 +244,4 @@ questions we are asked about libarchive: format that should be used when the older _ustar_ format is not appropriate. It has many advantages over other tar formats (including the legacy GNU tar format) and is widely supported by - current tar implementations. \ No newline at end of file + current tar implementations. diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index c15582a98..dd58f3382 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -1431,4 +1431,4 @@ typedef uint64_t uintmax_t; #cmakedefine intptr_t @intptr_t@ /* Define to `unsigned int' if does not define. */ -#cmakedefine uintptr_t @uintptr_t@ \ No newline at end of file +#cmakedefine uintptr_t @uintptr_t@ diff --git a/libarchive/archive_entry_copy_bhfi.c b/libarchive/archive_entry_copy_bhfi.c index c1a9e19c2..0708838ca 100644 --- a/libarchive/archive_entry_copy_bhfi.c +++ b/libarchive/archive_entry_copy_bhfi.c @@ -52,4 +52,4 @@ archive_entry_copy_bhfi(struct archive_entry *entry, + bhfi->nFileSizeLow); /* archive_entry_set_mode(entry, st->st_mode); */ } -#endif \ No newline at end of file +#endif diff --git a/libarchive/archive_read_disk_windows.c b/libarchive/archive_read_disk_windows.c index 48338fa9b..9d6aec9a1 100644 --- a/libarchive/archive_read_disk_windows.c +++ b/libarchive/archive_read_disk_windows.c @@ -2532,4 +2532,4 @@ exit_setup_sparse: return (exit_sts); } -#endif \ No newline at end of file +#endif diff --git a/libarchive/archive_write_disk_windows.c b/libarchive/archive_write_disk_windows.c index 86ea2ed8d..c9f10a8ae 100644 --- a/libarchive/archive_write_disk_windows.c +++ b/libarchive/archive_write_disk_windows.c @@ -2898,4 +2898,4 @@ older(BY_HANDLE_FILE_INFORMATION *st, struct archive_entry *entry) return (0); } -#endif /* _WIN32 && !__CYGWIN__ */ \ No newline at end of file +#endif /* _WIN32 && !__CYGWIN__ */