From 20093ec56c958b1decbe77e8e96076939aa56e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20L=C3=AA-Soum?= Date: Thu, 14 Nov 2024 10:58:31 +0100 Subject: [PATCH] Rollback whitespace changes --- test/src/tester.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/src/tester.c b/test/src/tester.c index 4e538cb7..29dbbdc4 100644 --- a/test/src/tester.c +++ b/test/src/tester.c @@ -156,7 +156,7 @@ void testerServiceCallback(const char *senderAgentName, const char *senderAgentU printf(" )\n"); int64_t timestamp = igs_rt_get_current_timestamp(); if (timestamp != INT64_MIN) - printf("\twith timestamp %ld\n", timestamp); + printf("\twith timestamp %lld\n", timestamp); if (autoTestsHaveStarted){ assert(token); assert(streq(token, "token")); @@ -364,7 +364,7 @@ void testerIOCallback(igs_io_type_t ioType, const char* name, igs_io_value_type_ } int64_t timestamp = igs_rt_get_current_timestamp(); if (timestamp != INT64_MIN) - printf("\twith timestamp %ld\n", timestamp); + printf("\twith timestamp %lld\n", timestamp); } @@ -1908,7 +1908,7 @@ void set_timeCB(igs_io_type_t io_type, // MAIN & OPTIONS & COMMAND INTERPRETER // int main(int argc, const char * argv[]) { - + const char *t0 = "Ma classe étrange <(🦄)>"; char *t1 = strdup("Ma classe étrange <(🦄)>"); char *t2 = strdup("Ma classe étrange <(🦄)>\n"); @@ -1931,7 +1931,7 @@ int main(int argc, const char * argv[]) { assert(model_clean_string(t7, INT64_MAX) && streq(t7, "")); assert(model_clean_string(t8, INT64_MAX) && streq(t8, "")); assert(model_clean_string(t9, strlen(t0)) && streq(t9, t0)); - + myData = calloc(32, sizeof(char)); myOtherData = calloc(64, sizeof(char));