xiaoxiang781216 opened a new pull request #60: Ensure all source code end with 
one and only one newline
URL: https://github.com/apache/incubator-nuttx-apps/pull/60
 
 
   by this command:
   git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ 
|| echo >> "$f"; done
   
   Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to