fix(cmake): Fix static build #348
Clang-Format Checker
Completed code style check
Details
Some files are not formatted according to your code style.
Annotations
Check failure on line 144 in include/lo2s/trace/reg_keys.hpp
code-style-turtle / Code Formatting Test
include/lo2s/trace/reg_keys.hpp#L144
+
Check failure on line 149 in include/lo2s/trace/reg_keys.hpp
code-style-turtle / Code Formatting Test
include/lo2s/trace/reg_keys.hpp#L149
+
Check failure on line 154 in include/lo2s/trace/reg_keys.hpp
code-style-turtle / Code Formatting Test
include/lo2s/trace/reg_keys.hpp#L154
+
Check failure on line 55 in src/perf/event_provider.cpp
code-style-turtle / Code Formatting Test
src/perf/event_provider.cpp#L55
-#define PERF_EVENT(name, type, id) { (name), (type), (id) }
+#define PERF_EVENT(name, type, id) \
+ { \
+ (name), (type), (id) \
+ }