diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-25 12:09:31 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-25 12:29:52 +0100 |
| commit | c4c55206fbfeac6946c713b508ec31e25e65479c (patch) | |
| tree | 74699aa7f569c1beea99e8f59643d91ba215e2dd /fs | |
| parent | 545f3a3b3259a74dc3b618790cd06886dfdeb432 (diff) | |
Config.in files: fix incorrect indentation
Tab instead of spaces
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/ext2/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in index c26482f1d..adba6f309 100644 --- a/fs/ext2/Config.in +++ b/fs/ext2/Config.in @@ -38,9 +38,9 @@ config BR2_TARGET_ROOTFS_EXT2_GEN # All ext generations are revision 1, except ext2r0, which is revision 0 config BR2_TARGET_ROOTFS_EXT2_REV - int - default 0 if BR2_TARGET_ROOTFS_EXT2_2r0 - default 1 if !BR2_TARGET_ROOTFS_EXT2_2r0 + int + default 0 if BR2_TARGET_ROOTFS_EXT2_2r0 + default 1 if !BR2_TARGET_ROOTFS_EXT2_2r0 config BR2_TARGET_ROOTFS_EXT2_BLOCKS int "size in blocks (leave at 0 for auto calculation)" |
