diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-06-24 12:48:00 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-06-24 12:48:00 -0700 |
commit | 6c6a465bd80569b0623335c143bad83f580a76b5 (patch) | |
tree | c752cc720e257dbdc4a1bf8f35c7055764f44abc /libfat | |
parent | 3ee5120d0795b361c3548e9bb13cadf33802f73a (diff) | |
download | syslinux-6c6a465bd80569b0623335c143bad83f580a76b5.tar.gz |
libfat: formatting fix
Adjust indent damage...
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'libfat')
-rw-r--r-- | libfat/open.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libfat/open.c b/libfat/open.c index 19a34ada..7281e03f 100644 --- a/libfat/open.c +++ b/libfat/open.c @@ -21,9 +21,9 @@ #include "libfatint.h" #include "ulint.h" -struct libfat_filesystem - *libfat_open(int (*readfunc) (intptr_t, void *, size_t, libfat_sector_t), - intptr_t readptr) +struct libfat_filesystem * +libfat_open(int (*readfunc) (intptr_t, void *, size_t, libfat_sector_t), + intptr_t readptr) { struct libfat_filesystem *fs = NULL; struct fat_bootsect *bs; |