Skip to content
Snippets Groups Projects
Commit 7fb5f4d4 authored by Mark Charlebois's avatar Mark Charlebois Committed by Julian Oes
Browse files

Whitespace fixes

parent 304caead
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ static int writer_main(int argc, char *argv[])
char buf[1];
int fd = px4_open(TESTDEV, PX4_F_WRONLY);
if (fd < 0) {
PX4_INFO("Writer: Open failed %d %d", fd, px4_errno);
return -px4_errno;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment