Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Aug 16, 2023
1 parent 0f6997f commit 4e476ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Framework/Foundation/include/Framework/Signpost.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void _o2_signpost_interval_begin(_o2_log_t* log, _o2_signpost_id_t id, char cons
void _o2_signpost_interval_end_v(_o2_log_t* log, _o2_signpost_id_t id, char const* name, char const* const format, va_list args);
void _o2_signpost_interval_end(_o2_log_t* log, _o2_signpost_id_t id, char const* name, char const* const format, ...);
void _o2_log_set_stacktrace(_o2_log_t* log, int stacktrace);

// This generates a unique id for a signpost. Do not use this directly, use O2_SIGNPOST_ID_GENERATE instead.
// Notice that this is only valid on a given computer.
// This is guaranteed to be unique at 5 GHz for at least 63 years, if my math is correct.
Expand Down
1 change: 0 additions & 1 deletion Framework/Foundation/src/Signpost.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@

#define O2_SIGNPOST_IMPLEMENTATION
#include "Framework/Signpost.h"

1 change: 0 additions & 1 deletion Framework/Foundation/test/test_SignpostLogger.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.


#ifdef __APPLE__
#define O2_SIGNPOST_IMPLEMENTATION
#endif
Expand Down

0 comments on commit 4e476ac

Please sign in to comment.