mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
tests/charsets/test-charset-fidelity.c: Fix code indentation regression.
A previous commit adding assert statements (to make -fanalyzer happy)
accidentally broke this test.
Fixes: commit 8a4275c568
This commit is contained in:
@@ -409,11 +409,11 @@ test_chinese (guestfs_h *g, const struct filesystem *fs)
|
||||
assert (files[j] != NULL);
|
||||
if (memcmp (files[j], &filenames[i][1], 4) == 0)
|
||||
goto next;
|
||||
}
|
||||
error (EXIT_FAILURE, 0,
|
||||
"error: %s: %s returned unexpected filename '%s'",
|
||||
__func__, fs->fs_name, files[j]);
|
||||
|
||||
}
|
||||
next:;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user