summaryrefslogtreecommitdiff
path: root/libparted/fs
diff options
context:
space:
mode:
Diffstat (limited to 'libparted/fs')
-rw-r--r--libparted/fs/amiga/affs.h1
-rw-r--r--libparted/fs/amiga/amiga.h1
-rw-r--r--libparted/fs/bfs/bfs.c2
-rw-r--r--libparted/fs/bfs/bfs.h1
-rw-r--r--libparted/fs/ext2/ext2_buffer.c1
-rw-r--r--libparted/fs/ext2/ext2_inode_relocator.c1
-rw-r--r--libparted/fs/ext2/parted_io.h1
-rw-r--r--libparted/fs/fat/bootsector.c1
-rw-r--r--libparted/fs/fat/bootsector.h1
-rw-r--r--libparted/fs/fat/calc.h1
-rw-r--r--libparted/fs/fat/clstdup.h1
-rw-r--r--libparted/fs/fat/count.c1
-rw-r--r--libparted/fs/fat/fat.c1
-rw-r--r--libparted/fs/fat/table.h1
-rw-r--r--libparted/fs/ntfs/ntfs.c2
-rw-r--r--libparted/fs/xfs/xfs.c1
16 files changed, 0 insertions, 18 deletions
diff --git a/libparted/fs/amiga/affs.h b/libparted/fs/amiga/affs.h
index f487fae..61c38e1 100644
--- a/libparted/fs/amiga/affs.h
+++ b/libparted/fs/amiga/affs.h
@@ -17,4 +17,3 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
diff --git a/libparted/fs/amiga/amiga.h b/libparted/fs/amiga/amiga.h
index c74611f..fe11ce5 100644
--- a/libparted/fs/amiga/amiga.h
+++ b/libparted/fs/amiga/amiga.h
@@ -68,4 +68,3 @@ struct AmigaIds {
struct AmigaIds * _amiga_add_id (uint32_t id, struct AmigaIds *ids);
void _amiga_free_ids (struct AmigaIds *ids);
int _amiga_id_in_list (uint32_t id, struct AmigaIds *ids);
-
diff --git a/libparted/fs/bfs/bfs.c b/libparted/fs/bfs/bfs.c
index 9f0cde7..2ebc008 100644
--- a/libparted/fs/bfs/bfs.c
+++ b/libparted/fs/bfs/bfs.c
@@ -270,5 +270,3 @@ ped_file_system_bfs_done ()
{
ped_file_system_type_unregister (&bfs_type);
}
-
-
diff --git a/libparted/fs/bfs/bfs.h b/libparted/fs/bfs/bfs.h
index 07d8a75..2fb75ab 100644
--- a/libparted/fs/bfs/bfs.h
+++ b/libparted/fs/bfs/bfs.h
@@ -44,4 +44,3 @@ struct BfsSpecific
};
#endif
-
diff --git a/libparted/fs/ext2/ext2_buffer.c b/libparted/fs/ext2/ext2_buffer.c
index c7b18ef..9bc5db8 100644
--- a/libparted/fs/ext2/ext2_buffer.c
+++ b/libparted/fs/ext2/ext2_buffer.c
@@ -444,4 +444,3 @@ int ext2_brelse(struct ext2_buffer_head *bh, int forget)
}
#endif /* !DISCOVER_ONLY */
-
diff --git a/libparted/fs/ext2/ext2_inode_relocator.c b/libparted/fs/ext2/ext2_inode_relocator.c
index 1922aaa..7332999 100644
--- a/libparted/fs/ext2/ext2_inode_relocator.c
+++ b/libparted/fs/ext2/ext2_inode_relocator.c
@@ -597,4 +597,3 @@ int ext2_inode_relocate(struct ext2_fs *fs, int newgroups)
return 1;
}
#endif /* !DISCOVER_ONLY */
-
diff --git a/libparted/fs/ext2/parted_io.h b/libparted/fs/ext2/parted_io.h
index 339c8a0..76a4880 100644
--- a/libparted/fs/ext2/parted_io.h
+++ b/libparted/fs/ext2/parted_io.h
@@ -25,4 +25,3 @@
void ext2_destroy_dev_handle(struct ext2_dev_handle *handle);
#endif
-
diff --git a/libparted/fs/fat/bootsector.c b/libparted/fs/fat/bootsector.c
index 8a76c0a..b987918 100644
--- a/libparted/fs/fat/bootsector.c
+++ b/libparted/fs/fat/bootsector.c
@@ -450,4 +450,3 @@ fat_info_sector_write (const FatInfoSector* is, PedFileSystem *fs)
return ped_geometry_sync (fs->geom);
}
#endif /* !DISCOVER_ONLY */
-
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 */
-
diff --git a/libparted/fs/fat/calc.h b/libparted/fs/fat/calc.h
index 48ccba4..714bf19 100644
--- a/libparted/fs/fat/calc.h
+++ b/libparted/fs/fat/calc.h
@@ -75,4 +75,3 @@ extern FatCluster
fat_sector_to_cluster (const PedFileSystem* fs, PedSector sector);
#endif /* PED_FAT_CALC_H */
-
diff --git a/libparted/fs/fat/clstdup.h b/libparted/fs/fat/clstdup.h
index 359fd61..da3a2c0 100644
--- a/libparted/fs/fat/clstdup.h
+++ b/libparted/fs/fat/clstdup.h
@@ -25,4 +25,3 @@
extern int fat_duplicate_clusters (FatOpContext* ctx, PedTimer* timer);
#endif /* PED_FAT_CLSTDUP_H_INCLUDED */
-
diff --git a/libparted/fs/fat/count.c b/libparted/fs/fat/count.c
index 234c584..0db54f1 100644
--- a/libparted/fs/fat/count.c
+++ b/libparted/fs/fat/count.c
@@ -401,4 +401,3 @@ fat_is_fragment_active (PedFileSystem* fs, FatFragment frag)
}
#endif /* !DISCOVER_ONLY */
-
diff --git a/libparted/fs/fat/fat.c b/libparted/fs/fat/fat.c
index bf38206..efc8d79 100644
--- a/libparted/fs/fat/fat.c
+++ b/libparted/fs/fat/fat.c
@@ -887,4 +887,3 @@ ped_file_system_fat_done ()
ped_file_system_type_unregister (&fat16_type);
ped_file_system_type_unregister (&fat32_type);
}
-
diff --git a/libparted/fs/fat/table.h b/libparted/fs/fat/table.h
index 0bfbffa..4e2058c 100644
--- a/libparted/fs/fat/table.h
+++ b/libparted/fs/fat/table.h
@@ -72,4 +72,3 @@ extern int fat_table_set_bad (FatTable* ft, FatCluster cluster);
extern int fat_table_entry_size (FatType fat_type);
#endif /* PED_FAT_TABLE_H_INCLUDED */
-
diff --git a/libparted/fs/ntfs/ntfs.c b/libparted/fs/ntfs/ntfs.c
index 67438f5..2bec288 100644
--- a/libparted/fs/ntfs/ntfs.c
+++ b/libparted/fs/ntfs/ntfs.c
@@ -97,5 +97,3 @@ ped_file_system_ntfs_done ()
{
ped_file_system_type_unregister (&ntfs_type);
}
-
-
diff --git a/libparted/fs/xfs/xfs.c b/libparted/fs/xfs/xfs.c
index 0691d52..dc4374d 100644
--- a/libparted/fs/xfs/xfs.c
+++ b/libparted/fs/xfs/xfs.c
@@ -116,4 +116,3 @@ ped_file_system_xfs_done ()
{
ped_file_system_type_unregister (&xfs_type);
}
-