1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Formatting: Use nested namespace definitions

This commit is contained in:
Anthony Nicholls 2023-10-06 08:59:50 +01:00
parent 90c458d92e
commit 158220ddfa
142 changed files with 394 additions and 796 deletions

View file

@ -23,11 +23,8 @@
==============================================================================
*/
namespace juce
namespace juce::dsp
{
namespace dsp
{
/**
Contains miscellaneous filter design and windowing functions.
@ -63,5 +60,4 @@ struct SpecialFunctions
static Complex<double> asne (Complex<double> w, double k) noexcept;
};
} // namespace dsp
} // namespace juce
} // namespace juce::dsp