Skip to content

Commit

Permalink
TEST clang-format fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed May 28, 2020
1 parent 88d9018 commit 93517d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion torchaudio/csrc/sox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
#include <vector>

namespace torch {
namespace audio {



namespace audio {
namespace {
/// Helper struct to safely close the sox_format_t descriptor.
struct SoxDescriptor {
Expand Down

0 comments on commit 93517d1

Please sign in to comment.