Remove empty lines at end of file
Used command line to remove empty lines at end of file:
find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;
Change-Id: I816ac9666b6dbb7c7e47843672f0d5cc499766a3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: http://review.coreboot.org/10446
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
4ba3b79537
commit
52648623e0
382 changed files with 0 additions and 419 deletions
|
|
@ -1145,4 +1145,3 @@ const struct msrdef intel_atom_msrs[] = {
|
|||
}},
|
||||
{ MSR_EOT }
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1292,5 +1292,3 @@ const struct msrdef intel_core2_later_msrs[] = {
|
|||
}},
|
||||
{ MSR_EOT }
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2279,5 +2279,3 @@ const struct msrdef intel_nehalem_msrs[] = {
|
|||
}},
|
||||
{ MSR_EOT }
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -341,4 +341,3 @@ const struct msrdef intel_pentium4_later_msrs[] = {
|
|||
}},
|
||||
{ MSR_EOT }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue