*: mass cosmetic removal of extra empty lines. no code changes
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 25 Jul 2010 23:06:14 +0000 (01:06 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 25 Jul 2010 23:06:14 +0000 (01:06 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
53 files changed:
archival/bz/compress.c
archival/unzip.c
coreutils/cut.c
coreutils/expr.c
coreutils/ls.c
e2fsprogs/old_e2fsprogs/e2fsck.c
e2fsprogs/old_e2fsprogs/ext2fs/alloc.c
e2fsprogs/old_e2fsprogs/ext2fs/alloc_tables.c
e2fsprogs/old_e2fsprogs/ext2fs/bb_inode.c
e2fsprogs/old_e2fsprogs/ext2fs/bitops.c
e2fsprogs/old_e2fsprogs/ext2fs/block.c
e2fsprogs/old_e2fsprogs/ext2fs/bmap.c
e2fsprogs/old_e2fsprogs/ext2fs/bmove.c
e2fsprogs/old_e2fsprogs/ext2fs/brel.h
e2fsprogs/old_e2fsprogs/ext2fs/closefs.c
e2fsprogs/old_e2fsprogs/ext2fs/cmp_bitmaps.c
e2fsprogs/old_e2fsprogs/ext2fs/dir_iterate.c
e2fsprogs/old_e2fsprogs/ext2fs/dirblock.c
e2fsprogs/old_e2fsprogs/ext2fs/dupfs.c
e2fsprogs/old_e2fsprogs/ext2fs/e2image.h
e2fsprogs/old_e2fsprogs/ext2fs/ext2_ext_attr.h
e2fsprogs/old_e2fsprogs/ext2fs/ext2fsP.h
e2fsprogs/old_e2fsprogs/ext2fs/freefs.c
e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c
e2fsprogs/old_e2fsprogs/ext2fs/ind_block.c
e2fsprogs/old_e2fsprogs/ext2fs/inline.c
e2fsprogs/old_e2fsprogs/ext2fs/inode.c
e2fsprogs/old_e2fsprogs/ext2fs/inode_io.c
e2fsprogs/old_e2fsprogs/ext2fs/jfs_dat.h
e2fsprogs/old_e2fsprogs/ext2fs/lookup.c
e2fsprogs/old_e2fsprogs/ext2fs/mkdir.c
e2fsprogs/old_e2fsprogs/ext2fs/mkjournal.c
e2fsprogs/old_e2fsprogs/ext2fs/namei.c
e2fsprogs/old_e2fsprogs/ext2fs/newdir.c
e2fsprogs/old_e2fsprogs/ext2fs/read_bb.c
e2fsprogs/old_e2fsprogs/ext2fs/read_bb_file.c
e2fsprogs/old_e2fsprogs/ext2fs/res_gdt.c
e2fsprogs/old_e2fsprogs/ext2fs/rs_bitmap.c
e2fsprogs/old_e2fsprogs/ext2fs/rw_bitmaps.c
e2fsprogs/old_e2fsprogs/ext2fs/swapfs.c
e2fsprogs/old_e2fsprogs/ext2fs/unlink.c
e2fsprogs/old_e2fsprogs/util.c
loginutils/addgroup.c
miscutils/crond.c
miscutils/hdparm.c
networking/ntpd.c
networking/telnet.c
networking/traceroute.c
selinux/setfiles.c
shell/ash.c
shell/hush.c
util-linux/fdisk.c
util-linux/volume_id/volume_id.c

index 640b887..b9b0949 100644 (file)
@@ -212,7 +212,6 @@ void generateMTFValues(EState* s)
                                wr++;
                                s->mtfFreq[j+1]++;
                        }
-
                }
        }
 
index 84081c0..d9705a5 100644 (file)
@@ -359,7 +359,6 @@ int unzip_main(int argc, char **argv)
 
                        default:
                                bb_show_usage();
-
                        }
                        break;
 
index 53f343a..696478b 100644 (file)
@@ -37,7 +37,6 @@ static int cmpfunc(const void *a, const void *b)
 {
        return (((struct cut_list *) a)->startpos -
                        ((struct cut_list *) b)->startpos);
-
 }
 
 static void cut_file(FILE *file, char delim, const struct cut_list *cut_lists, unsigned nlists)
index f40edad..8988340 100644 (file)
@@ -341,7 +341,6 @@ static VALUE *eval6(void)
                freev(i2);
        }
        return v;
-
 }
 
 /* Handle : operator (pattern matching).
index 1197f7d..3e69805 100644 (file)
@@ -52,7 +52,6 @@
 
 
 enum {
-
 TERMINAL_WIDTH  = 80,           /* use 79 if terminal has linefold bug */
 COLUMN_GAP      = 2,            /* includes the file type char */
 
@@ -120,7 +119,6 @@ LIST_LONG       = LIST_MODEBITS | LIST_NLINKS | LIST_ID_NAME | LIST_SIZE | \
 SPLIT_DIR       = 1,
 SPLIT_FILE      = 0,
 SPLIT_SUBDIR    = 2,
-
 };
 
 /* "[-]Cadil1", POSIX mandated options, busybox always supports */
index 4c4c78d..f58fe92 100644 (file)
@@ -517,7 +517,6 @@ static void dict_insert(dict_t *dict, dnode_t *node, const void *key)
        }
 
        dict_root(dict)->color = dnode_black;
-
 }
 
 /*
@@ -801,7 +800,6 @@ static void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks)
        dir->dx_block = e2fsck_allocate_memory(ctx, num_blocks
                                       * sizeof (struct dx_dirblock_info),
                                       "dx_block info array");
-
 }
 
 /*
@@ -1724,7 +1722,6 @@ errout:
        ext2fs_free_mem(&j_inode);
        ext2fs_free_mem(&journal);
        return retval;
-
 }
 
 static errcode_t e2fsck_journal_fix_bad_inode(e2fsck_t ctx,
@@ -3375,7 +3372,6 @@ static void e2fsck_pass1(e2fsck_t ctx)
                                        e2fsck_write_inode(ctx, ino, inode,
                                                           "pass1");
                                }
-
                        }
                        /*
                         * If dtime is set, offer to clear it.  mke2fs
@@ -3678,7 +3674,6 @@ endit:
 
        ext2fs_free_mem(&block_buf);
        ext2fs_free_mem(&inode);
-
 }
 
 /*
@@ -4451,8 +4446,7 @@ static void mark_table_blocks(e2fsck_t ctx)
                                                ctx->invalid_bitmaps++;
                                        }
                                } else {
-                                   ext2fs_mark_block_bitmap(ctx->block_found_map,
-                                                            b);
+                                       ext2fs_mark_block_bitmap(ctx->block_found_map, b);
                                }
                        }
                }
@@ -4469,10 +4463,9 @@ static void mark_table_blocks(e2fsck_t ctx)
                                        ctx->invalid_bitmaps++;
                                }
                        } else {
-                           ext2fs_mark_block_bitmap(ctx->block_found_map,
-                                    fs->group_desc[i].bg_block_bitmap);
-                   }
-
+                               ext2fs_mark_block_bitmap(ctx->block_found_map,
+                                       fs->group_desc[i].bg_block_bitmap);
+                       }
                }
                /*
                 * Mark block used for the inode bitmap
@@ -4486,8 +4479,8 @@ static void mark_table_blocks(e2fsck_t ctx)
                                        ctx->invalid_bitmaps++;
                                }
                        } else {
-                           ext2fs_mark_block_bitmap(ctx->block_found_map,
-                                    fs->group_desc[i].bg_inode_bitmap);
+                               ext2fs_mark_block_bitmap(ctx->block_found_map,
+                                       fs->group_desc[i].bg_inode_bitmap);
                        }
                }
                block += fs->super->s_blocks_per_group;
@@ -5588,7 +5581,6 @@ static void e2fsck_pass2(e2fsck_t ctx)
                        ext2fs_mark_super_dirty(fs);
                }
        }
-
 }
 
 #define MAX_DEPTH 32000
@@ -9748,7 +9740,6 @@ int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx)
                if (print_answer)
                        printf("%s.\n", answer ?
                               _(preen_msg[(int) ptr->prompt]) : _("IGNORED"));
-
        }
 
        if ((ptr->prompt == PROMPT_ABORT) && answer)
@@ -11324,7 +11315,7 @@ static int release_inode_block(ext2_filsys fs, blk_t *block_nr,
        if ((blk < fs->super->s_first_data_block) ||
            (blk >= fs->super->s_blocks_count)) {
                fix_problem(ctx, PR_0_ORPHAN_ILLEGAL_BLOCK_NUM, pctx);
      return_abort:
+ return_abort:
                pb->abort = 1;
                return BLOCK_ABORT;
        }
@@ -11537,7 +11528,7 @@ static int release_orphan_inodes(e2fsck_t ctx)
        }
        ext2fs_free_mem(&block_buf);
        return 0;
-return_abort:
+ return_abort:
        ext2fs_free_mem(&block_buf);
        return 1;
 }
@@ -11618,7 +11609,7 @@ static void check_resize_inode(e2fsck_t ctx)
            !(inode.i_mode & LINUX_S_IFREG) ||
            (blk < fs->super->s_first_data_block ||
             blk >= fs->super->s_blocks_count)) {
      resize_inode_invalid:
+ resize_inode_invalid:
                if (fix_problem(ctx, PR_0_RESIZE_INODE_INVALID, &pctx)) {
                        memset(&inode, 0, sizeof(inode));
                        e2fsck_write_inode(ctx, EXT2_RESIZE_INO, &inode,
@@ -11660,10 +11651,9 @@ static void check_resize_inode(e2fsck_t ctx)
                }
        }
 
-cleanup:
+ cleanup:
        ext2fs_free_mem(&dind_buf);
-
- }
+}
 
 static void check_super_block(e2fsck_t ctx)
 {
@@ -11842,7 +11832,6 @@ static void check_super_block(e2fsck_t ctx)
                    (gd->bg_free_inodes_count > sb->s_inodes_per_group) ||
                    (gd->bg_used_dirs_count > sb->s_inodes_per_group))
                        ext2fs_unmark_valid(fs);
-
        }
 
        /*
@@ -11902,7 +11891,6 @@ static void check_super_block(e2fsck_t ctx)
                        fs->super->s_feature_incompat &=
                                ~EXT2_FEATURE_INCOMPAT_FILETYPE;
                        ext2fs_mark_super_dirty(fs);
-
                }
        }
 
index 5021d72..cbb63e1 100644 (file)
@@ -171,4 +171,3 @@ errcode_t ext2fs_get_free_blocks(ext2_filsys fs, blk_t start, blk_t finish,
        } while (b != finish);
        return EXT2_ET_BLOCK_ALLOC_FAIL;
 }
-
index b2d786e..7c60e2b 100644 (file)
@@ -97,12 +97,9 @@ errcode_t ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group,
                fs->group_desc[group].bg_inode_table = new_blk;
        }
 
-
        return 0;
 }
 
-
-
 errcode_t ext2fs_allocate_tables(ext2_filsys fs)
 {
        errcode_t       retval;
@@ -115,4 +112,3 @@ errcode_t ext2fs_allocate_tables(ext2_filsys fs)
        }
        return 0;
 }
-
index 1deae54..a967896 100644 (file)
@@ -260,9 +260,3 @@ static int set_bad_block_proc(ext2_filsys fs, blk_t *block_nr,
        *block_nr = blk;
        return BLOCK_CHANGED;
 }
-
-
-
-
-
-
index 9870611..3cf1579 100644 (file)
@@ -88,4 +88,3 @@ void ext2fs_warn_bitmap2(ext2fs_generic_bitmap bitmap,
                bb_error_msg("#%lu", arg);
 #endif
 }
-
index 4980969..dbd04f8 100644 (file)
@@ -435,4 +435,3 @@ errcode_t ext2fs_block_iterate(ext2_filsys fs,
        return ext2fs_block_iterate2(fs, ino, BLOCK_FLAG_NO_LARGE | flags,
                                     block_buf, xlate_func, &xl);
 }
-
index b2d0279..796b0e4 100644 (file)
@@ -259,6 +259,3 @@ done:
        }
        return retval;
 }
-
-
-
index 635410d..ec9244d 100644 (file)
@@ -153,4 +153,3 @@ errcode_t ext2fs_move_blocks(ext2_filsys fs,
        }
        return 0;
 }
-
index 216fd13..87bf72b 100644 (file)
@@ -84,4 +84,3 @@ errcode_t ext2fs_brel_memarray_create(char *name, blk_t max_block,
 #define ext2fs_brel_move(brel, old, new) ((brel)->move((brel), old, new))
 #define ext2fs_brel_delete(brel, old) ((brel)->delete((brel), old))
 #define ext2fs_brel_free(brel) ((brel)->free((brel)))
-
index 7ba7f22..bfa15e2 100644 (file)
@@ -378,4 +378,3 @@ errcode_t ext2fs_close(ext2_filsys fs)
        ext2fs_free(fs);
        return 0;
 }
-
index 05b8eb8..7f78ff8 100644 (file)
@@ -70,4 +70,3 @@ errcode_t ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1,
 
        return 0;
 }
-
index b7d8735..eb5dae0 100644 (file)
@@ -217,4 +217,3 @@ next:
                return BLOCK_ABORT;
        return 0;
 }
-
index f651338..f9c5a10 100644 (file)
@@ -130,4 +130,3 @@ errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block,
 {
        return ext2fs_write_dir_block2(fs, block, inbuf, 0);
 }
-
index 203c29f..d187937 100644 (file)
@@ -92,6 +92,4 @@ errcode_t ext2fs_dup_handle(ext2_filsys src, ext2_filsys *dest)
 errout:
        ext2fs_free(fs);
        return retval;
-
 }
-
index 8d38ecc..a598d01 100644 (file)
@@ -37,16 +37,3 @@ struct ext2_image_hdr {
        __u32   offset_blockmap; /* Byte offset of the inode bitmaps */
        __u32   offset_reserved[8];
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
index cc91bb8..ca309c0 100644 (file)
@@ -50,4 +50,3 @@ struct ext2_ext_attr_entry {
        sizeof(struct ext2_xattr_entry)) & ~EXT2_EXT_ATTR_ROUND)
 #define EXT2_XATTR_SIZE(size) \
        (((size) + EXT2_EXT_ATTR_ROUND) & ~EXT2_EXT_ATTR_ROUND)
-
index 908b5d9..7a02e9a 100644 (file)
@@ -85,5 +85,3 @@ extern int ext2fs_process_dir_block(ext2_filsys               fs,
                                    blk_t               ref_block,
                                    int                 ref_offset,
                                    void                *priv_data);
-
-
index 65c4ee7..0c5d48b 100644 (file)
@@ -125,4 +125,3 @@ void ext2fs_free_dblist(ext2_dblist dblist)
        dblist->magic = 0;
        ext2fs_free_mem(&dblist);
 }
-
index a98b2b9..a3bbad8 100644 (file)
@@ -153,5 +153,4 @@ errcode_t ext2fs_get_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino,
        retval = ext2fs_get_pathname_int(fs, dir, ino, 32, buf, name);
        ext2fs_free_mem(&buf);
        return retval;
-
 }
index c86a1c5..a103830 100644 (file)
@@ -67,5 +67,3 @@ errcode_t ext2fs_write_ind_block(ext2_filsys fs, blk_t blk, void *buf)
 #endif
        return io_channel_write_blk(fs->io, blk, 1, buf);
 }
-
-
index 9b620a7..d328cc9 100644 (file)
@@ -30,4 +30,3 @@
 #include "ext2_fs.h"
 #define INCLUDE_INLINE_FUNCS
 #include "ext2fs.h"
-
index 5e0d081..7a1d5c9 100644 (file)
@@ -764,4 +764,3 @@ errcode_t ext2fs_check_directory(ext2_filsys fs, ext2_ino_t ino)
                return EXT2_ET_NO_DIRECTORY;
        return 0;
 }
-
index 4bfa93a..b861d5f 100644 (file)
@@ -268,4 +268,3 @@ static errcode_t inode_flush(io_channel channel)
 
        return ext2fs_file_flush(data->file);
 }
-
index 136635d..17c586a 100644 (file)
@@ -60,6 +60,4 @@ typedef struct journal_superblock_s
        /* Dynamic information describing the current state of the log */
        __u32           s_sequence;     /* first commit ID expected in log */
        __u32           s_start;        /* blocknr of start of log */
-
 } journal_superblock_t;
-
index 31b30a1..b2e8de8 100644 (file)
@@ -66,5 +66,3 @@ errcode_t ext2fs_lookup(ext2_filsys fs, ext2_ino_t dir, const char *name,
 
        return (ls.found) ? 0 : EXT2_ET_FILE_NOT_FOUND;
 }
-
-
index 93f47b0..a86ac8e 100644 (file)
@@ -136,7 +136,4 @@ errcode_t ext2fs_mkdir(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t inum,
 cleanup:
        ext2fs_free_mem(&block);
        return retval;
-
 }
-
-
index db1c8bf..748d9ab 100644 (file)
@@ -188,7 +188,6 @@ static int mkjournal_proc(ext2_filsys       fs,
                return (BLOCK_CHANGED | BLOCK_ABORT);
        else
                return BLOCK_CHANGED;
-
 }
 
 /*
@@ -423,6 +422,5 @@ main(int argc, char **argv)
        }
        ext2fs_close(fs);
        exit(0);
-
 }
 #endif
index 14d48fb..1824461 100644 (file)
@@ -202,4 +202,3 @@ errcode_t ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
        ext2fs_free_mem(&buf);
        return retval;
 }
-
index 9470e7f..9f15662 100644 (file)
@@ -66,7 +66,6 @@ errcode_t ext2fs_new_dir_block(ext2_filsys fs, ext2_ino_t dir_ino,
                dir->name_len = 2 | filetype;
                dir->name[0] = '.';
                dir->name[1] = '.';
-
        }
        *block = buf;
        return 0;
index 4766157..ce77bc9 100644 (file)
@@ -94,5 +94,3 @@ errcode_t ext2fs_read_bb_inode(ext2_filsys fs, ext2_badblocks_list *bb_list)
 
        return rb.err;
 }
-
-
index 831adcc..bf1fc32 100644 (file)
@@ -94,5 +94,3 @@ errcode_t ext2fs_read_bb_FILE(ext2_filsys fs, FILE *f,
        return ext2fs_read_bb_FILE2(fs, f, bb_list, (void *) invalid,
                                    call_compat_invalid);
 }
-
-
index 3c550d5..403463a 100644 (file)
@@ -218,4 +218,3 @@ out_free:
        ext2fs_free_mem((void *)&dindir_buf);
        return retval;
 }
-
index e932b3c..32e87b7 100644 (file)
@@ -104,4 +104,3 @@ errcode_t ext2fs_resize_block_bitmap(__u32 new_end, __u32 new_real_end,
        bmap->magic = EXT2_ET_MAGIC_BLOCK_BITMAP;
        return retval;
 }
-
index 0ae0a82..b618acc 100644 (file)
@@ -293,4 +293,3 @@ errcode_t ext2fs_write_bitmaps(ext2_filsys fs)
        }
        return 0;
 }
-
index 2fca3cf..07b757a 100644 (file)
@@ -66,7 +66,6 @@ void ext2fs_swap_super(struct ext2_super_block * sb)
                sb->s_hash_seed[i] = ext2fs_swab32(sb->s_hash_seed[i]);
        for (i=0; i < 17; i++)
                sb->s_jnl_blocks[i] = ext2fs_swab32(sb->s_jnl_blocks[i]);
-
 }
 
 void ext2fs_swap_group_desc(struct ext2_group_desc *gdp)
@@ -222,7 +221,6 @@ void ext2fs_swap_inode_full(ext2_filsys fs, struct ext2_inode_large *t,
        ext2fs_swap_ext_attr((char *) (eat + 1), (char *) (eaf + 1),
                             bufsize - sizeof(struct ext2_inode) -
                             t->i_extra_isize - sizeof(__u32), 0);
-
 }
 
 void ext2fs_swap_inode(ext2_filsys fs, struct ext2_inode *t,
index 83ac271..71a9ffc 100644 (file)
@@ -97,4 +97,3 @@ errcode_t ext2fs_unlink(ext2_filsys fs, ext2_ino_t dir,
 
        return (ls.done) ? 0 : EXT2_ET_DIR_NO_SPACE;
 }
-
index 64cca05..0829f56 100644 (file)
@@ -95,7 +95,6 @@ force_check:
                bb_error_msg("%s is apparently in use by the system", device);
                goto force_check;
        }
-
 }
 
 void parse_journal_opts(char **journal_device, int *journal_flags,
index 215e4a9..78ca225 100644 (file)
@@ -168,7 +168,6 @@ int addgroup_main(int argc UNUSED_PARAM, char **argv)
        {
                die_if_bad_username(argv[0]);
                new_group(argv[0], gid);
-
        }
        /* Reached only on success */
        return EXIT_SUCCESS;
index 66110bb..d028eb0 100644 (file)
@@ -243,7 +243,6 @@ static void ParseField(char *user, char *ary, int modvalue, int off,
                                        goto err;
                                }
                        } while (n1 != n2);
-
                }
                if (*ptr != ',') {
                        break;
index 9738620..236b174 100644 (file)
@@ -730,8 +730,8 @@ static void identify(uint16_t *val)
                if (val[MINOR] && (val[MINOR] <= MINOR_MAX)) {
                        if (like_std < 3) like_std = 3;
                        std = actual_ver[val[MINOR]];
-                       if (std) printf("\n\tUsed: %s ", nth_string(minor_str, val[MINOR]));
-
+                       if (std)
+                               printf("\n\tUsed: %s ", nth_string(minor_str, val[MINOR]));
                }
                /* looks like when they up-issue the std, they obsolete one;
                 * thus, only the newest 4 issues need be supported. (That's
index 14c3a5f..d00ee49 100644 (file)
@@ -592,7 +592,6 @@ filter_datapoints(peer_t *p)
                        p->filter_offset, x,
                        p->filter_dispersion,
                        p->filter_jitter);
-
 }
 
 static void
index 57997f6..e0022b2 100644 (file)
@@ -150,7 +150,6 @@ static void con_escape(void)
                cookmode();
  ret:
        bb_got_signal = 0;
-
 }
 
 static void handle_net_output(int len)
index 2d3e770..c18fba8 100644 (file)
@@ -666,7 +666,6 @@ packet_ok(int read_len, len_and_sockaddr *from_lsa,
                                return (type == ICMP6_TIME_EXCEEDED ? -1 : (code<<8)+1);
                        }
                }
-
        }
 
 # if ENABLE_FEATURE_TRACEROUTE_VERBOSE
index f45e41b..989510e 100644 (file)
@@ -118,7 +118,6 @@ static void add_exclude(const char *directory)
 
        if (directory == NULL || directory[0] != '/') {
                bb_error_msg_and_die("full path required for exclude: %s", directory);
-
        }
        if (lstat(directory, &sb)) {
                bb_error_msg("directory \"%s\" not found, ignoring", directory);
index 988edab..d8becc3 100644 (file)
@@ -11215,7 +11215,6 @@ readtoken1(int c, int syntax, char *eofmark, int striptabs)
                                }
                                IF_ASH_ALIAS(if (c != PEOA))
                                        USTPUTC(c, out);
-
                        }
                        c = pgetc_fast();
                } /* for (;;) */
@@ -12055,7 +12054,6 @@ evalcmd(int argc UNUSED_PARAM, char **argv)
                        p = grabstackstr(concat);
                }
                evalstring(p, ~SKIPEVAL);
-
        }
        return exitstatus;
 }
index 45c98bb..0a420f6 100644 (file)
@@ -4518,7 +4518,6 @@ static NOINLINE int run_pipe(struct pipe *pi)
 #ifdef CMD_SINGLEWORD_NOGLOB_COND
                else if (command->cmd_type == CMD_SINGLEWORD_NOGLOB_COND) {
                        argv_expanded = expand_strvec_to_strvec_singleword_noglob_cond(argv + command->assignment_cnt);
-
                }
 #endif
                else {
index aa718c7..fc02000 100644 (file)
@@ -2043,7 +2043,6 @@ fix_partition_table_order(void)
                fix_chain_of_logicals();
 
        printf("Done.\n");
-
 }
 #endif
 
index c8cf946..f41d4e0 100644 (file)
@@ -195,7 +195,6 @@ int FAST_FUNC volume_id_probe_all(struct volume_id *id, /*uint64_t off,*/ uint64
  ret:
        volume_id_free_buffer(id);
        return (- id->error); /* 0 or -1 */
-
 }
 
 /* open volume by device node */