diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:06:14 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:06:14 +0200 |
commit | f3ea792badae9cd7c4205ac363301f1e94e57d4e (patch) | |
tree | 84f72b1e4c02c3e01ca3e393edc789dcaeba6c69 /util-linux | |
parent | ccb977186100ccf6b443c5f08c8b179c9b7e720b (diff) | |
download | busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.gz busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.bz2 busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.zip |
*: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/fdisk.c | 1 | ||||
-rw-r--r-- | util-linux/volume_id/volume_id.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index aa718c787..fc02000e5 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -2043,7 +2043,6 @@ fix_partition_table_order(void) | |||
2043 | fix_chain_of_logicals(); | 2043 | fix_chain_of_logicals(); |
2044 | 2044 | ||
2045 | printf("Done.\n"); | 2045 | printf("Done.\n"); |
2046 | |||
2047 | } | 2046 | } |
2048 | #endif | 2047 | #endif |
2049 | 2048 | ||
diff --git a/util-linux/volume_id/volume_id.c b/util-linux/volume_id/volume_id.c index c8cf946df..f41d4e0d9 100644 --- a/util-linux/volume_id/volume_id.c +++ b/util-linux/volume_id/volume_id.c | |||
@@ -195,7 +195,6 @@ int FAST_FUNC volume_id_probe_all(struct volume_id *id, /*uint64_t off,*/ uint64 | |||
195 | ret: | 195 | ret: |
196 | volume_id_free_buffer(id); | 196 | volume_id_free_buffer(id); |
197 | return (- id->error); /* 0 or -1 */ | 197 | return (- id->error); /* 0 or -1 */ |
198 | |||
199 | } | 198 | } |
200 | 199 | ||
201 | /* open volume by device node */ | 200 | /* open volume by device node */ |