file system: storage: Update the indentation

Update the indentation for shift operator.

Signed-off-by: Jui-Chou Chung <jui-chou.chung@nordicsemi.no>
This commit is contained in:
Jui-Chou Chung 2020-07-02 11:55:13 +08:00 committed by Anas Nashif
parent 959e4644fd
commit 403cf0a27c

View file

@ -59,7 +59,7 @@ void main(void)
printk("Sector size %u\n", block_size);
memory_size_mb = (uint64_t)block_count * block_size;
printk("Memory Size(MB) %u\n", (uint32_t)(memory_size_mb>>20));
printk("Memory Size(MB) %u\n", (uint32_t)(memory_size_mb >> 20));
} while (0);
mp.mnt_point = disk_mount_pt;