Ensure all source code end with one and only one newline
by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
This commit is contained in:
parent
4a13a0893f
commit
779197c63e
2
examples/elf/tests/helloxx/.gitignore
vendored
2
examples/elf/tests/helloxx/.gitignore
vendored
@ -2,4 +2,4 @@ hello++1
|
||||
hello++2
|
||||
hello++3
|
||||
hello++4
|
||||
hello++5
|
||||
hello++5
|
||||
|
@ -5,4 +5,4 @@
|
||||
<h3>Go <a href="/">here</a> instead.</h3>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -2,4 +2,4 @@
|
||||
<h1>Current connections</h1><br><table width="100%">
|
||||
<tr><th>Local</th><th>Remote</th><th>State</th><th>Retransmissions</th><th>Timer</th><th>Flags</th></tr>
|
||||
%! tcp-connections
|
||||
%!: /footer.html
|
||||
%!: /footer.html
|
||||
|
@ -10,4 +10,4 @@ $ja["format"]["interlace"] = false;
|
||||
$ja["format"]["frame rate"] = 24;
|
||||
|
||||
echo json_encode($ja);
|
||||
?>
|
||||
?>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
echo json_encode($_POST);
|
||||
?>
|
||||
?>
|
||||
|
@ -128,4 +128,4 @@ int ft80x_ramdl_append(int fd, FAR const void *data, size_t len)
|
||||
|
||||
DEBUGASSERT(nwritten == len);
|
||||
return OK;
|
||||
}
|
||||
}
|
||||
|
@ -193,4 +193,4 @@ namespace SLcd
|
||||
.segments = SEGMENT_5
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -69,4 +69,4 @@
|
||||
|
||||
int basic(FAR const char *script, FILE *in, FILE *out, FILE *err);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
2
include/testing/.gitignore
vendored
2
include/testing/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/unity.h
|
||||
/unity_internals.h
|
||||
/unity_internals.h
|
||||
|
@ -0,0 +1 @@
|
||||
|
2
testing/.gitignore
vendored
2
testing/.gitignore
vendored
@ -1 +1 @@
|
||||
/Kconfig
|
||||
/Kconfig
|
||||
|
@ -300,4 +300,4 @@ static void tx_eventcb(FAR struct ieee802154_primitive_s *primitive, FAR void *a
|
||||
sem_post(&i8sak->sigsem);
|
||||
|
||||
i8sak_requestdaemon(i8sak);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user