From 3fd3b2e46dcc38a1bcef91a794cd8ac8ee53f638 Mon Sep 17 00:00:00 2001 From: pscott Date: Thu, 22 Apr 2021 14:05:39 +0200 Subject: [PATCH] clang-format --- .../setEth2WithdrawalIndex/cmd_setEth2WithdrawalIndex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_features/setEth2WithdrawalIndex/cmd_setEth2WithdrawalIndex.c b/src_features/setEth2WithdrawalIndex/cmd_setEth2WithdrawalIndex.c index 24d528f..9a03986 100644 --- a/src_features/setEth2WithdrawalIndex/cmd_setEth2WithdrawalIndex.c +++ b/src_features/setEth2WithdrawalIndex/cmd_setEth2WithdrawalIndex.c @@ -20,7 +20,7 @@ void handleSetEth2WithdrawalIndex(uint8_t p1, eth2WithdrawalIndex = U4BE(dataBuffer, 0); if (eth2WithdrawalIndex > INDEX_MAX) { - THROW(0x6A80); // scott throw this error code or create new one ? + THROW(0x6A80); // scott throw this error code or create new one ? } THROW(0x9000);