Skip to content

Commit

Permalink
Fixed code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyunl committed Dec 22, 2023
1 parent 2849da4 commit 526d254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ulog_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ int main(int argc, char** argv)
if (logging.hasTag()) {
tag_str = std::to_string(logging.tag()) + " ";
}
printf(" %s<%s> %" PRIu64 " %s\n", tag_str.c_str(), logging.logLevelStr().c_str(), logging.timestamp(),
logging.message().c_str());
printf(" %s<%s> %" PRIu64 " %s\n", tag_str.c_str(), logging.logLevelStr().c_str(),
logging.timestamp(), logging.message().c_str());
}

// Params (init, after, defaults)
Expand Down

0 comments on commit 526d254

Please sign in to comment.