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:
parent
959e4644fd
commit
403cf0a27c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue