Skip to content

Commit

Permalink
Uncrustify: triggered by comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 10, 2023
1 parent 245594d commit 5f82d8d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions source/otaJobParser/include/job_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit 5f82d8d

Please sign in to comment.