Skip to content

Commit

Permalink
Clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Jan 28, 2022
1 parent 2ddcffa commit b8250a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pedalboard/process.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,8 @@ process<float>(const py::array_t<float, py::array::c_style> inputArray,
int outputSamples = plugin->process(context);
if (outputSamples < 0) {
throw std::runtime_error(
"A plugin returned a negative number of output samples! "
"This is an internal Pedalboard error and should be reported."
);
"A plugin returned a negative number of output samples! "
"This is an internal Pedalboard error and should be reported.");
}
pluginSamplesReceived += outputSamples;

Expand Down

0 comments on commit b8250a5

Please sign in to comment.