Show
Ignore:
Timestamp:
06/24/10 19:48:00 (2 years ago)
Author:
H. Peter Anvin <hpa@…>
Children:
e20df33ead999ba1247d57c89065c8d1ac3e7075
Parents:
3ee5120d0795b361c3548e9bb13cadf33802f73a
git-committer:
H. Peter Anvin <hpa@linux.intel.com> / 2010-06-24T12:48:00Z-0700
Message:

libfat: formatting fix

Adjust indent damage...

Signed-off-by: H. Peter Anvin <hpa@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • libfat/open.c

    rfe91dd r6c6a46  
    2222#include "ulint.h" 
    2323 
    24 struct libfat_filesystem 
    25     *libfat_open(int (*readfunc) (intptr_t, void *, size_t, libfat_sector_t), 
    26                 intptr_t readptr) 
     24struct libfat_filesystem * 
     25libfat_open(int (*readfunc) (intptr_t, void *, size_t, libfat_sector_t), 
     26            intptr_t readptr) 
    2727{ 
    2828    struct libfat_filesystem *fs = NULL;