mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
Remove exra whitespace from files (#189)
* Remove multiple newlines at the end of files * Remove the whitespace from the end of lines
This commit is contained in:
@@ -62,4 +62,3 @@ struct tm *gmtime(const time_t *timer)
|
||||
static struct tm tm;
|
||||
return gmtime_r(timer, &tm);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user