clang-tidy: modernize-concat-nested-namespaces (NFC)

This commit is contained in:
Peter Johnson
2020-12-28 01:19:59 -08:00
parent 67e03e625d
commit 6131f4e32b
162 changed files with 324 additions and 656 deletions

View File

@@ -15,8 +15,7 @@
#include "hal/simulation/NotifyListener.h"
#include "hal/simulation/SPIData.h"
namespace hal {
namespace sim {
namespace hal::sim {
class SpiReadAutoReceiveBufferCallbackStore {
public:
void create(JNIEnv* env, jobject obj);
@@ -42,5 +41,4 @@ SIM_JniHandle AllocateSpiBufferCallback(
RegisterSpiBufferCallbackFunc createCallback);
void FreeSpiBufferCallback(JNIEnv* env, SIM_JniHandle handle, jint index,
FreeSpiBufferCallbackFunc freeCallback);
} // namespace sim
} // namespace hal
} // namespace hal::sim