Skip to content

Commit

Permalink
Merge "fs_mgr: fix space instead of tab in code"
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Jun 24, 2021
2 parents be68d86 + c159edc commit 56a05e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs_mgr/fs_mgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ bool fs_mgr_swapon_all(const Fstab& fstab) {
}

if (entry.zram_size > 0) {
if (!PrepareZramBackingDevice(entry.zram_backingdev_size)) {
if (!PrepareZramBackingDevice(entry.zram_backingdev_size)) {
LERROR << "Failure of zram backing device file for '" << entry.blk_device << "'";
}
// A zram_size was specified, so we need to configure the
Expand Down

0 comments on commit 56a05e1

Please sign in to comment.