From 5f82d8dd14db4884373100dc3d71bed7a51c085d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 10 Nov 2023 23:19:56 +0000 Subject: [PATCH] Uncrustify: triggered by comment. --- source/otaJobParser/include/job_parser.h | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/source/otaJobParser/include/job_parser.h b/source/otaJobParser/include/job_parser.h index b3843e2..c08b973 100644 --- a/source/otaJobParser/include/job_parser.h +++ b/source/otaJobParser/include/job_parser.h @@ -19,19 +19,19 @@ */ typedef struct { - const char * signature; /**< Code Signing Signature */ - size_t signatureLen; /**< Length of signature */ - const char * filepath; /**< File path to store OTA Update on device */ - size_t filepathLen; /**< Length of filepath */ - const char * certfile; /**< Path to Code Signing Certificate on Device */ - size_t certfileLen; /**< Length of certfile */ - const char * authScheme; /**< Authentication Scheme for HTTP URL ( null for MQTT )*/ - size_t authSchemeLen; /**< Length of authScheme */ - const char * imageRef; /**< MQTT Stream or HTTP URL */ - size_t imageRefLen; /**< Length of imageRef */ - uint32_t fileId; /**< File ID */ - uint32_t fileSize; /**< Size of the OTA Update */ - uint32_t fileType; /**< FIle Type */ + const char * signature; /**< Code Signing Signature */ + size_t signatureLen; /**< Length of signature */ + const char * filepath; /**< File path to store OTA Update on device */ + size_t filepathLen; /**< Length of filepath */ + const char * certfile; /**< Path to Code Signing Certificate on Device */ + size_t certfileLen; /**< Length of certfile */ + const char * authScheme; /**< Authentication Scheme for HTTP URL ( null for MQTT )*/ + size_t authSchemeLen; /**< Length of authScheme */ + const char * imageRef; /**< MQTT Stream or HTTP URL */ + size_t imageRefLen; /**< Length of imageRef */ + uint32_t fileId; /**< File ID */ + uint32_t fileSize; /**< Size of the OTA Update */ + uint32_t fileType; /**< FIle Type */ } AfrOtaJobDocumentFields_t; /**