Remove extra semicolons at the end of namespaces

This commit is contained in:
txfx 2020-05-10 15:32:39 +02:00
parent dee808dd1b
commit 412d252eea
3 changed files with 3 additions and 3 deletions

View File

@ -544,6 +544,6 @@ private:
};
};
}
#endif

View File

@ -674,6 +674,6 @@ private:
ParameterCallback m_paramCallback;
};
};
}
#endif

View File

@ -551,6 +551,6 @@ static_assert( sizeof( QueueDataSize ) / sizeof( size_t ) == (uint8_t)QueueType:
static_assert( sizeof( void* ) <= sizeof( uint64_t ), "Pointer size > 8 bytes" );
static_assert( sizeof( void* ) == sizeof( uintptr_t ), "Pointer size != uintptr_t" );
};
}
#endif