[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

@@ -1,4 +1,4 @@
# This program converts chip name to the series of definitions for make of
# This program converts chip name to the series of definitions for make of
# automatic linker script.
#
# Copyright (C) 2013 Frantisek Burian <Bufran@seznam.cz>
@@ -18,7 +18,7 @@ BEGIN {
if (PAT ~ tmp) {
if ($2 != "+")
PAT=$2;
$1="";
$1="";
$2="";
for (i = 3; i <= NF; i = i + 1)
$i = "-D"$i;