Run pre-commit on all files
This commit is contained in:
@@ -24,7 +24,7 @@ static inline size_t blkdev_max_req_len(void)
|
||||
|
||||
static inline unsigned int blkdev_send_request(
|
||||
unsigned long addr,
|
||||
unsigned int offset,
|
||||
unsigned int offset,
|
||||
unsigned int len,
|
||||
unsigned char write)
|
||||
{
|
||||
|
||||
@@ -8,4 +8,3 @@ with open(outfile, 'wb') as f:
|
||||
for i in range(0,0x100000,4):
|
||||
check = 0xdeadbeef - i
|
||||
f.write(check.to_bytes(4,'little'))
|
||||
|
||||
|
||||
@@ -60,6 +60,6 @@ int main(void)
|
||||
} else {
|
||||
printf("\n\nAll tests passed\n\n");
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -44,6 +44,6 @@ int main(void)
|
||||
} else {
|
||||
printf("\n\nAll tests passed\n\n");
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user