summaryrefslogtreecommitdiff
path: root/parted/ui.c
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2018-10-17 11:33:06 -0700
committerBrian C. Lane <bcl@redhat.com>2019-08-09 11:54:54 -0700
commit477074b6b47eb8caa6170ae195b73b72ee469f23 (patch)
tree5628e14df43a9badfdc05dd3e0aac16a7ec2b1be /parted/ui.c
parent6a39c906d2d2144f0bf59ca488a5d7cc6ffc253e (diff)
downloadparted-477074b6b47eb8caa6170ae195b73b72ee469f23.tar.gz
Remove trailing whitespace
Caught by make syntax-check
Diffstat (limited to 'parted/ui.c')
-rw-r--r--parted/ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parted/ui.c b/parted/ui.c
index d421768..84d9ff2 100644
--- a/parted/ui.c
+++ b/parted/ui.c
@@ -1155,7 +1155,7 @@ command_line_get_disk_flag (const char* prompt, const PedDisk* disk,
ped_exception_throw (PED_EXCEPTION_ERROR,
PED_EXCEPTION_OK,
_("No flags supported"));
-
+
return 0;
}
flag_name = command_line_get_word (prompt, NULL, opts, 1);
@@ -1191,7 +1191,7 @@ command_line_get_part_flag (const char* prompt, const PedPartition* part,
ped_exception_throw (PED_EXCEPTION_ERROR,
PED_EXCEPTION_OK,
_("No flags supported"));
-
+
return 0;
}
flag_name = command_line_get_word (prompt, NULL, opts, 1);