]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix spacing
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Sat, 20 Feb 2010 19:51:15 +0000 (14:51 -0500)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Sat, 20 Feb 2010 19:51:15 +0000 (14:51 -0500)
SVN-Revision: 1924

libarchive/archive_entry.h

index da6ac884908136e57146b8de8e58689b0a5fea19..d461a26b64de3a76596ec599f1b3b58513a6668c 100644 (file)
@@ -249,8 +249,7 @@ __LA_DECL const wchar_t     *archive_entry_uname_w(struct archive_entry *);
 __LA_DECL void archive_entry_set_atime(struct archive_entry *, time_t, long);
 __LA_DECL void  archive_entry_unset_atime(struct archive_entry *);
 #if defined(_WIN32) && !defined(__CYGWIN__)
-__LA_DECL void archive_entry_copy_bhfi(struct archive_entry *,
-                                                                          BY_HANDLE_FILE_INFORMATION *);
+__LA_DECL void archive_entry_copy_bhfi(struct archive_entry *, BY_HANDLE_FILE_INFORMATION *);
 #endif
 __LA_DECL void archive_entry_set_birthtime(struct archive_entry *, time_t, long);
 __LA_DECL void  archive_entry_unset_birthtime(struct archive_entry *);