mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
@@ -147,4 +147,4 @@ void mio283qt2_clear(FAR struct lcd_dev_s *dev, uint16_t color);
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_LCD_MIO283QT2 */
|
||||
#endif /* __INCLUDE_NUTTX_LCD_MIO283QT2_H */
|
||||
#endif /* __INCLUDE_NUTTX_LCD_MIO283QT2_H */
|
||||
|
||||
@@ -147,4 +147,4 @@ void ssd1289_clear(FAR struct lcd_dev_s *dev, uint16_t color);
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_LCD_SSD1289 */
|
||||
#endif /* __INCLUDE_NUTTX_LCD_SSD1289_H */
|
||||
#endif /* __INCLUDE_NUTTX_LCD_SSD1289_H */
|
||||
|
||||
Reference in New Issue
Block a user