summaryrefslogtreecommitdiff
path: root/src/test/test-gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-gpt.c')
-rw-r--r--src/test/test-gpt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/test-gpt.c b/src/test/test-gpt.c
index bcab6bdf6f..9b0eb57373 100644
--- a/src/test/test-gpt.c
+++ b/src/test/test-gpt.c
@@ -18,7 +18,7 @@ static void test_gpt_types_against_architectures(void) {
/* Dumps a table indicating for which architectures we know we have matching GPT partition
* types. Also validates whether we can properly categorize the entries. */
- FOREACH_STRING(prefix, "root-", "usr-") {
+ FOREACH_STRING(prefix, "root-", "usr-")
for (int a = 0; a < _ARCHITECTURE_MAX; a++) {
const char *suffix;
@@ -48,7 +48,6 @@ static void test_gpt_types_against_architectures(void) {
assert_se(gpt_partition_type_is_usr_verity(id));
}
}
- }
}
int main(int argc, char *argv[]) {