Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
olehkuznetsov committed Feb 3, 2025
1 parent c771b2d commit d08ae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vulkan/perfetto_producer/perfetto_data_source.inc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void PerfettoProducerData<T>::OnSetup(const typename perfetto::DataSourceBase::S
e.first->SetupTracing(a.config);
}
have_data_source_config_ = false;
if(a.config) {
if (a.config) {
have_data_source_config_ = true;
data_source_config_ = *a.config;
}
Expand Down

0 comments on commit d08ae4f

Please sign in to comment.