diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-03-07 22:06:47 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-03-14 22:22:31 +0000 |
commit | 56c31ccc4deb378276afeff4780b59c16e77ce80 (patch) | |
tree | 2f7f29aa46e78321f37921b89d2ca8fc659e6d15 /perl-install | |
parent | 6fe03f55903194dac9a0519ddb0545986dafe5c4 (diff) | |
download | drakx-56c31ccc4deb378276afeff4780b59c16e77ce80.tar drakx-56c31ccc4deb378276afeff4780b59c16e77ce80.tar.gz drakx-56c31ccc4deb378276afeff4780b59c16e77ce80.tar.bz2 drakx-56c31ccc4deb378276afeff4780b59c16e77ce80.tar.xz drakx-56c31ccc4deb378276afeff4780b59c16e77ce80.zip |
fix indentation
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/c/stuff.xs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index c8dc6130c..e255b570f 100755 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -696,7 +696,7 @@ get_disk_partitions(char * device_path) hv_store(rh, "fs_type", 7, newSVpv(part->fs_type->name, 0), 0); PUSHs(newRV((SV *)rh)); part = ped_disk_next_partition(disk, part); - } + } ped_disk_destroy(disk); } |