diff --git a/src/cpp/main.cpp b/src/cpp/main.cpp index f7d96e7..0709364 100644 --- a/src/cpp/main.cpp +++ b/src/cpp/main.cpp @@ -98,7 +98,8 @@ int main(int argc, char *argv[]) { // Path to output WAV file const auto now = chrono::system_clock::now(); const auto timestamp = - chrono::duration_cast(now.time_since_epoch()).count(); + chrono::duration_cast(now.time_since_epoch()) + .count(); if (runConfig.outputType == OUTPUT_DIRECTORY) { stringstream outputName;