You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/02/09 08:16:07 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #60: Ensure all source code end with one and only one newline

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 <xi...@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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #60: Ensure all source code end with one and only one newline

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #60: Ensure all source code end with one and only one newline
URL: https://github.com/apache/incubator-nuttx-apps/pull/60
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services