From 56c31ccc4deb378276afeff4780b59c16e77ce80 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 7 Mar 2017 22:06:47 +0100 Subject: fix indentation --- perl-install/c/stuff.xs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/c') 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); } -- cgit v1.2.1