Fix trailing space.

This commit is contained in:
Milan Broz
2014-06-23 23:30:11 +02:00
parent 027cebade3
commit 02f860140d

View File

@@ -163,7 +163,7 @@ int VERITY_write_sb(struct crypt_device *cd,
sizeof(struct verity_sb), device_path(device), sb_offset);
if (!uuid_string || uuid_parse(uuid_string, uuid) == -1) {
log_err(cd, _("Wrong VERITY UUID format provided on device %s. \n"),
log_err(cd, _("Wrong VERITY UUID format provided on device %s.\n"),
device_path(device));
return -EINVAL;
}