From 6fee288b20abe4b16979a937f25f03f82bafc349 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 25 Jan 2024 13:34:43 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Foundation/src/o2LogMac.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Foundation/src/o2LogMac.cxx b/Framework/Foundation/src/o2LogMac.cxx index 6ac9a17e9cda7..617395b28a44d 100644 --- a/Framework/Foundation/src/o2LogMac.cxx +++ b/Framework/Foundation/src/o2LogMac.cxx @@ -54,7 +54,7 @@ int xnu_write(int pid, void* addr, unsigned char* data, size_t dsize) // Writes a 4-byte value to the specified address in the target process // If the address in question points to private_o2_log_::stacktrace // This will have the side effect of enabling the signpost. -// +// int main(int argc, char** argv) { // Use getopt_long to parse command line arguments