diff options
author | Jim Meyering <meyering@redhat.com> | 2010-04-28 19:16:49 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-04-28 19:22:03 +0200 |
commit | 0afddb99927d9d59f91b1b145fff2941a1ff23b8 (patch) | |
tree | aec38c399386ce549b29e8a5534e5642a6fa805d /libparted/fs/fat/bootsector.h | |
parent | 23b5c920848b5d2f7ebb3d9adabf3f0fda27715a (diff) | |
download | parted-0afddb99927d9d59f91b1b145fff2941a1ff23b8.tar.gz |
maint: remove empty lines at end of file
This lets one more "syntax-check" test pass.
Run this command:
git ls-files|grep -v gnulib|xargs perl -pi -0777 -e 's/\n\n+$/\n/'
Diffstat (limited to 'libparted/fs/fat/bootsector.h')
-rw-r--r-- | libparted/fs/fat/bootsector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libparted/fs/fat/bootsector.h b/libparted/fs/fat/bootsector.h index 97c86e6..5a12fdf 100644 --- a/libparted/fs/fat/bootsector.h +++ b/libparted/fs/fat/bootsector.h @@ -130,4 +130,3 @@ int fat_info_sector_generate (FatInfoSector* is, const PedFileSystem* fs); int fat_info_sector_write (const FatInfoSector* is, PedFileSystem* fs); #endif /* PED_FAT_BOOTSECTOR_H */ - |