Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jan 5, 2024
1 parent 2fe48f1 commit 359a55d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sherpa-onnx/csrc/sherpa-onnx-alsa-offline.cc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// sherpa-onnx/csrc/sherpa-onnx-microphone-offline.cc
// sherpa-onnx/csrc/sherpa-onnx-alsa-offline.cc
//
// Copyright (c) 2022-2023 Xiaomi Corporation
// Copyright (c) 2022-2024 Xiaomi Corporation

#include <signal.h>
#include <stdio.h>
#include <stdlib.h>

#include <algorithm>
#include <cctype> // std::tolower
#include <chrono> // NOLINT
#include <mutex> // NOLINT
#include <thread> // NOLINT
#include <chrono> // NOLINT

#include "sherpa-onnx/csrc/alsa.h"
#include "sherpa-onnx/csrc/macros.h"
Expand Down Expand Up @@ -197,7 +197,7 @@ as the device_name.
}

using namespace std::chrono_literals;
std::this_thread::sleep_for(20ms); // sleep for 20ms
std::this_thread::sleep_for(20ms); // sleep for 20ms
}
t.join();
t2.join();
Expand Down

0 comments on commit 359a55d

Please sign in to comment.