diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-05-29 01:12:29 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-06-09 18:04:06 -0400 |
commit | 7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc (patch) | |
tree | 0e5bfa931e32e706edcb9fc108369ed8902702fe /scripts/show_delta | |
parent | 2d5c5dbb48253f1729dc09f266a98bd2d7e694cb (diff) |
kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'scripts/show_delta')
-rwxr-xr-x | scripts/show_delta | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/show_delta b/scripts/show_delta index e25732b5d701..5b365009e6a3 100755 --- a/scripts/show_delta +++ b/scripts/show_delta | |||
@@ -126,4 +126,3 @@ def main(): | |||
126 | print (convert_line(line, base_time),) | 126 | print (convert_line(line, base_time),) |
127 | 127 | ||
128 | main() | 128 | main() |
129 | |||