mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Clean up style
This commit is contained in:
@@ -104,7 +104,7 @@ void Logger::log(const std::string& message) {
|
||||
|
||||
if (prefix_timestamp) {
|
||||
const auto current_time = std::chrono::system_clock::now();
|
||||
const std::time_t timestamp =
|
||||
const time_t timestamp =
|
||||
std::chrono::system_clock::to_time_t(current_time);
|
||||
|
||||
// How did C++ manage to get time formatting libraries without a way to
|
||||
|
||||
Reference in New Issue
Block a user