From f3f71cf19742925aee9313944d73db1fa8730584 Mon Sep 17 00:00:00 2001 From: Roxane M Date: Tue, 30 Sep 2025 18:02:29 +0300 Subject: [PATCH] some comment to trigger the diff --- system7/Utils/S7Logging.m | 1 + 1 file changed, 1 insertion(+) diff --git a/system7/Utils/S7Logging.m b/system7/Utils/S7Logging.m index d556e76..49d2f5b 100644 --- a/system7/Utils/S7Logging.m +++ b/system7/Utils/S7Logging.m @@ -48,6 +48,7 @@ void logInfo(const char * __restrict format, ...) { } void logError(const char * __restrict format, ...) { + // rox: some comment to trigger the diff va_list va_args; va_start(va_args, format); NSString *const nsFormat = [[NSString alloc] initWithCString:format encoding:NSUTF8StringEncoding];