diff options
| author | Techjar <tecknojar@gmail.com> | 2019-05-05 23:48:12 +0000 |
|---|---|---|
| committer | Techjar <tecknojar@gmail.com> | 2019-05-06 18:48:04 +0000 |
| commit | ff972e3673cf70c67e5daf52d5cc913b1df7a1ba (patch) | |
| tree | 4392c427ebeb64fd4aba1bdafb1959dc03dbfeb9 /Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp | |
| parent | d347867f2e4153c86535ef5e6eed6efa49818d65 (diff) | |
Reformat repo to clang-format 7.0 rules
Diffstat (limited to 'Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp')
| -rw-r--r-- | Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp b/Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp index 5cebc103a8..25dadf58d2 100644 --- a/Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp +++ b/Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp @@ -22,6 +22,7 @@ public: } bool EndExceptionRaised() const { return m_accov_raised; } + protected: void OnEndException() override { |
