Skip to content

Commit ca72613

Browse files
author
Kyle Wenner
committed
fix whitespace change
1 parent 4a1eb10 commit ca72613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/daplink/interface/swd_host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ uint8_t swd_read_memory(uint32_t address, uint8_t *data, uint32_t size)
516516
uint8_t swd_write_memory(uint32_t address, uint8_t *data, uint32_t size)
517517
{
518518
uint32_t n = 0;
519-
519+
520520
// Write bytes until word aligned
521521
while ((size > 0) && (address & 0x3)) {
522522
if (!swd_write_byte(address, *data)) {

0 commit comments

Comments
 (0)