[Style] Removed trailing spaces.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user