Skip to content

Commit 7619592

Browse files
nordicjmkartben
authored andcommitted
mgmt: mcumgr: grp: img_mgmt: Fix wrong alignment
Fixes a line that was wrongly aligned Signed-off-by: Jamie McCrae <[email protected]>
1 parent e249596 commit 7619592

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
@@ -250,8 +250,7 @@ int img_mgmt_active_image(void)
250250
/*
251251
* Reads the version and build hash from the specified image slot.
252252
*/
253-
int img_mgmt_read_info(int image_slot, struct image_version *ver, uint8_t *hash,
254-
uint32_t *flags)
253+
int img_mgmt_read_info(int image_slot, struct image_version *ver, uint8_t *hash, uint32_t *flags)
255254
{
256255
struct image_header hdr;
257256
struct image_tlv tlv;

0 commit comments

Comments
 (0)