From 6e04bda09a7b19d64b85f2c61ea0f6ebabb9652f Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sat, 21 Nov 2020 08:48:18 +0100 Subject: [PATCH] Cosmetic changes Signed-off-by: Sebastien GODARD --- sa_common.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sa_common.c b/sa_common.c index d39a57d..a697ce4 100644 --- a/sa_common.c +++ b/sa_common.c @@ -1959,11 +1959,12 @@ void check_file_actlst(int *ifd, char *dfile, struct activity *act[], uint64_t f /* Read current file_activity structure from file */ sa_fread(*ifd, buffer, (size_t) file_hdr->act_size, HARD_SIZE, UEOF_STOP); + /* - * Data file_activity size (file_hdr->act_size) may be greater or - * smaller than FILE_ACTIVITY_SIZE. Remap the fields of the file's structure - * then copy its contents to the expected structure. - */ + * Data file_activity size (file_hdr->act_size) may be greater or + * smaller than FILE_ACTIVITY_SIZE. Remap the fields of the file's structure + * then copy its contents to the expected structure. + */ if (remap_struct(act_types_nr, file_hdr->act_types_nr, buffer, file_hdr->act_size, FILE_ACTIVITY_SIZE, ba_size) < 0) goto format_error; -- 2.50.1