From 8263bfb8293a6c7dacfa8eeace3657e0bf050185 Mon Sep 17 00:00:00 2001 From: Michael Leslie Date: Tue, 24 Oct 2023 17:44:46 -0700 Subject: [PATCH] clean up indentation --- public/client/TracyProfiler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/client/TracyProfiler.cpp b/public/client/TracyProfiler.cpp index b12dc458..c9e27d77 100644 --- a/public/client/TracyProfiler.cpp +++ b/public/client/TracyProfiler.cpp @@ -1713,9 +1713,9 @@ void Profiler::Worker() # ifdef TRACY_ONLY_LOCALHOST const char* addr = "127.255.255.255"; # elif defined __QNX__ - // global broadcast address of 255.255.255.255 is not well-supported by QNX, - // use the interface broadcast address instead, e.g. "const char* addr = 192.168.1.255;" -#error Need to set an appropriate broadcast address for a QNX target. + // global broadcast address of 255.255.255.255 is not well-supported by QNX, + // use the interface broadcast address instead, e.g. "const char* addr = 192.168.1.255;" +# error Need to set an appropriate broadcast address for a QNX target. # else const char* addr = "255.255.255.255"; # endif