Skip to content

Commit c99a671

Browse files
committed
[nrf fromlist] mgmt: mcumgr: grp: img_mgmt: Fix wrong alignment
Fixes a line that was wrongly aligned Upstream PR #: 89883 Signed-off-by: Jamie McCrae <[email protected]>
1 parent db0befc commit c99a671

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subsys/mgmt/mcumgr/grp/img_mgmt/src/img_mgmt.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ int img_mgmt_active_image(void)
273273
/*
274274
* Reads the version and build hash from the specified image slot.
275275
*/
276-
int img_mgmt_read_info(int image_slot, struct image_version *ver, uint8_t *hash,
277-
uint32_t *flags)
276+
int img_mgmt_read_info(int image_slot, struct image_version *ver, uint8_t *hash, uint32_t *flags)
278277
{
279278
struct image_header hdr;
280279
struct image_tlv tlv;

0 commit comments

Comments
 (0)