Changeset aa2ea13 in mainline for uspace/srv/fs/fat/fat_fat.c


Ignore:
Timestamp:
2011-04-30T11:50:30Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a51029f
Parents:
875edff6
Message:

Breaking long lines at 80-character boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_fat.c

    r875edff6 raa2ea13  
    787787                 * set to one.
    788788                 */
    789                 if (!FAT_IS_FAT12(bs) && ((e0 >> 8) != (FAT_MASK(bs) >> 8) || e1 != FAT_MASK(bs)))
     789                if (!FAT_IS_FAT12(bs) &&
     790                        ((e0 >> 8) != (FAT_MASK(bs) >> 8) || e1 != FAT_MASK(bs)))
    790791                        return ENOTSUP;
    791792        }
Note: See TracChangeset for help on using the changeset viewer.