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:
parent
90c458d92e
commit
158220ddfa
142 changed files with 394 additions and 796 deletions
|
|
@ -29,9 +29,7 @@
|
|||
#define JUCE_FAIL_ON_ALLOCATION_IN_SCOPE
|
||||
#endif
|
||||
|
||||
namespace juce
|
||||
{
|
||||
namespace dsp
|
||||
namespace juce::dsp
|
||||
{
|
||||
namespace
|
||||
{
|
||||
|
|
@ -575,7 +573,6 @@ public:
|
|||
ConvolutionTest convolutionUnitTest;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace juce::dsp
|
||||
|
||||
#undef JUCE_FAIL_ON_ALLOCATION_IN_SCOPE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue