Skip to content

Commit f6f204f

Browse files
author
Rohit Grover
committed
white space diffs
1 parent f71afd7 commit f6f204f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TESTS/storage_abstraction/basicAPI/basicAPI.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ void programDataCompleteCallback(int32_t status, ARM_STORAGE_OPERATION operation
298298
if (operation == ARM_STORAGE_OPERATION_ERASE) {
299299
// printf("programming %u bytes at address %lu with pattern 0x%" PRIx32 "\n", sizeofData, (uint32_t)addr, BYTE_PATTERN);
300300
status = drv->ProgramData(addr, buffer, sizeofData);
301-
302301
if (status < ARM_DRIVER_OK) {
303302
return; /* failure. this will trigger a timeout and cause test failure. */
304303
}
@@ -415,7 +414,6 @@ void programDataOptimalCompleteCallback(int32_t status, ARM_STORAGE_OPERATION op
415414
printf("programming %u bytes at address %lu with pattern 0x%x\n", sizeofData, (uint32_t)addr, BYTE_PATTERN);
416415
#endif
417416
status = drv->ProgramData(addr, buffer, sizeofData);
418-
419417
if (status < ARM_DRIVER_OK) {
420418
return; /* failure. this will trigger a timeout and cause test failure. */
421419
}

0 commit comments

Comments
 (0)