bootloader_message: Remove the no-op blank line. am: fbde508ace am: 52b4d869b0

am: 009455b313

Change-Id: Ic850c843300409341cde46e8178195c4db770649
This commit is contained in:
Tao Bao
2016-11-19 18:23:38 +00:00
committed by android-build-merger
@@ -128,7 +128,6 @@ static bool write_misc_partition(const void* p, size_t size, size_t offset, std:
strerror(errno));
return false;
}
// TODO: O_SYNC and fsync duplicates each other?
if (fsync(fd.get()) == -1) {
*err = android::base::StringPrintf("failed to fsync %s: %s", misc_blk_device.c_str(),