From f495cc1e93710c233292a503720ec235a61b685c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 18 Mar 2020 17:32:50 +0100 Subject: Applied official linux kernel code style guidelines Due to my change to vim and the clang-format plugin this was needed! --- src/kernel/fs/iso9660/iso9660.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/fs/iso9660/iso9660.h') diff --git a/src/kernel/fs/iso9660/iso9660.h b/src/kernel/fs/iso9660/iso9660.h index 86629e4..9ba9cfa 100644 --- a/src/kernel/fs/iso9660/iso9660.h +++ b/src/kernel/fs/iso9660/iso9660.h @@ -11,8 +11,8 @@ #include struct iso9660_entity { - uint32_t lba; - uint32_t length; + uint32_t lba; + uint32_t length; }; struct iso9660_entity *ISO9660_get(char **dirs, uint8_t dirs_sz); -- cgit v1.2.3