bootloader_message: Remove the no-op blank line.
This single blank line was introduced by some cherry-pick, which is causing merge conflicts. Test: N/A Change-Id: Ida527b76fca7cc916499c5f888476c8e51ba3eaa
This commit is contained in:
parent
6fd51ffdaa
commit
fbde508ace
1 changed files with 0 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue