]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix missing newline at EOF (#2577)
authorGraham Percival <gperciva@tarsnap.com>
Sat, 12 Apr 2025 03:10:04 +0000 (20:10 -0700)
committerGitHub <noreply@github.com>
Sat, 12 Apr 2025 03:10:04 +0000 (20:10 -0700)
README.md
build/cmake/config.h.in
libarchive/archive_entry_copy_bhfi.c
libarchive/archive_read_disk_windows.c
libarchive/archive_write_disk_windows.c

index 8bb6fe193fc1cb8d7ab1d3345d4bb4d397109caa..0d63357292ec932aab47258f48e29de087d7463b 100644 (file)
--- 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.
index c15582a9872ed0a0312d3c978c8fb97cdea1d8fb..dd58f338200e553f4ba57f239a7455651054031d 100644 (file)
@@ -1431,4 +1431,4 @@ typedef uint64_t uintmax_t;
 #cmakedefine intptr_t @intptr_t@
 
 /* Define to `unsigned int' if <sys/types.h> does not define. */
-#cmakedefine uintptr_t @uintptr_t@
\ No newline at end of file
+#cmakedefine uintptr_t @uintptr_t@
index c1a9e19c238cbeee6affb660a183f29e528b4876..0708838caee69d330e746ce28f0639cc5ea2b7cd 100644 (file)
@@ -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
index 48338fa9b24f5a3c3a286235f5e3f21cff92ed76..9d6aec9a1d74c8d2704138863fa9dce957f309b7 100644 (file)
@@ -2532,4 +2532,4 @@ exit_setup_sparse:
        return (exit_sts);
 }
 
-#endif
\ No newline at end of file
+#endif
index 86ea2ed8de5494e55bca1889a1f29d3bd7a71271..c9f10a8ae793061c38327076b353ba9cae14b35a 100644 (file)
@@ -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__ */