Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs_utils.c

    r6d4d883 r7a46bfe  
    3434#include "mfs.h"
    3535
    36 uint16_t
    37 conv16(bool native, uint16_t n)
     36uint16_t conv16(bool native, uint16_t n)
    3837{
    3938        if (native)
     
    4342}
    4443
    45 uint32_t
    46 conv32(bool native, uint32_t n)
     44uint32_t conv32(bool native, uint32_t n)
    4745{
    4846        if (native)
     
    5250}
    5351
    54 uint64_t
    55 conv64(bool native, uint64_t n)
     52uint64_t conv64(bool native, uint64_t n)
    5653{
    5754        if (native)
Note: See TracChangeset for help on using the changeset viewer.