Skip to content

Commit

Permalink
Format source
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaliffiAMD committed Oct 31, 2024
1 parent 12b5b89 commit 9c37628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/lib/core/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ tmp_file::~tmp_file()

void
tmp_file::touch() const
{
{
if(!filepath::exists(filename))
{
// if the filepath does not exist, open in out mode to create it
Expand Down
2 changes: 1 addition & 1 deletion source/lib/core/perfetto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ start()
tracing_session->SetOnErrorCallback([](::perfetto::TracingError _err) {
if(_err.code == ::perfetto::TracingError::kTracingFailed)
ROCPROFSYS_WARNING(0, "perfetto encountered a tracing error: %s\n",
_err.message.c_str());
_err.message.c_str());
});
tracing_session->Setup(cfg, _fd);
tracing_session->StartBlocking();
Expand Down

0 comments on commit 9c37628

Please sign in to comment.