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

This commit is contained in:
Anthony Nicholls 2023-12-14 14:48:08 +00:00
parent 2a60153530
commit b0aa8dbb7c

View file

@ -20,12 +20,9 @@
==============================================================================
*/
namespace juce
{
#if JUCE_INTEL && ! JUCE_NO_INLINE_ASM
namespace SystemStatsHelpers
namespace juce::SystemStatsHelpers
{
static void doCPUID (uint32& a, uint32& b, uint32& c, uint32& d, uint32 type)
@ -101,8 +98,6 @@ static void getCPUInfo (bool& hasMMX,
hasAVX512VPOPCNTDQ = (c & (1u << 14)) != 0;
}
} // namespace SystemStatsHelpers
} // namespace juce::SystemStatsHelpers
#endif
} // namespace juce