[Style] Removed trailing spaces.

This commit is contained in:
Piotr Esden-Tempski 2013-06-30 23:40:44 -07:00
parent c2f7128459
commit 56e2928ebe
3 changed files with 18 additions and 17 deletions

View File

@ -70,7 +70,8 @@ SECTIONS
} >rom
/* C++ Static constructors/destructors, also used for
* __attribute__((constructor)) and the likes */
* __attribute__((constructor)) and the likes.
*/
.preinit_array : {
. = ALIGN(4);
__preinit_array_start = .;