From 4474303b0172b5ffd6929dc02844e3a1e85e72b3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 29 Jul 2020 21:59:53 -0700 Subject: [PATCH] Indent fix. --- core/AES.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/AES.cpp b/core/AES.cpp index d605c0a66..9d25e5422 100644 --- a/core/AES.cpp +++ b/core/AES.cpp @@ -443,8 +443,8 @@ void AES::GMAC::finish(uint8_t tag[16]) noexcept #ifdef ZT_AES_NEON if (Utils::ARMCAP.pmull) { uint64_t tmp[2]; - uint8x16_t y = vld1q_u8(reinterpret_cast(_y)); - const uint8x16_t h = _aes._k.neon.h; + uint8x16_t y = vld1q_u8(reinterpret_cast(_y)); + const uint8x16_t h = _aes._k.neon.h; if (_rp) { while (_rp < 16)