We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7139e97 commit db9b5ffCopy full SHA for db9b5ff
src/tracing/agent.h
@@ -70,7 +70,9 @@ class Agent {
70
Agent();
71
~Agent();
72
73
- TracingController* GetTracingController() { return tracing_controller_.get(); }
+ TracingController* GetTracingController() {
74
+ return tracing_controller_.get();
75
+ }
76
77
enum UseDefaultCategoryMode {
78
kUseDefaultCategories,
0 commit comments