mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
clean up indentation
This commit is contained in:
parent
daba5ae1d8
commit
8263bfb829
@ -1713,9 +1713,9 @@ void Profiler::Worker()
|
|||||||
# ifdef TRACY_ONLY_LOCALHOST
|
# ifdef TRACY_ONLY_LOCALHOST
|
||||||
const char* addr = "127.255.255.255";
|
const char* addr = "127.255.255.255";
|
||||||
# elif defined __QNX__
|
# elif defined __QNX__
|
||||||
// global broadcast address of 255.255.255.255 is not well-supported by 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;"
|
// 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.
|
# error Need to set an appropriate broadcast address for a QNX target.
|
||||||
# else
|
# else
|
||||||
const char* addr = "255.255.255.255";
|
const char* addr = "255.255.255.255";
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user