From e49236b3dae364532c07265d62abc9abd7ea6935 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 4 Jun 2015 15:21:59 -0700 Subject: [PATCH] Fix whitespace in debug logging. Change-Id: I949317deaf782fea18b5c38b22dfd41811608276 --- libziparchive/zip_archive.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libziparchive/zip_archive.cc b/libziparchive/zip_archive.cc index b2a9f88c5..d7af34e3c 100644 --- a/libziparchive/zip_archive.cc +++ b/libziparchive/zip_archive.cc @@ -473,7 +473,7 @@ static int32_t MapCentralDirectory0(int fd, const char* debug_file_name, return kEmptyArchive; } - ALOGV("+++ num_entries=%" PRIu32 "dir_size=%" PRIu32 " dir_offset=%" PRIu32, + ALOGV("+++ num_entries=%" PRIu32 " dir_size=%" PRIu32 " dir_offset=%" PRIu32, eocd->num_records, eocd->cd_size, eocd->cd_start_offset); /*