diff options
author | Guillem Jover <guillem@debian.org> | 2010-11-01 08:18:28 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2010-11-19 05:21:14 +0100 |
commit | c6ea15b9850f26ea3b5a13667396c89e00aa9890 (patch) | |
tree | 9da3c56846f1e9f0e75d3ac619713c6467af472a /utils/t | |
parent | 7ee4f4f2ef5ca3d9fa1426ac93f78ead2280bc36 (diff) | |
download | dpkg-c6ea15b9850f26ea3b5a13667396c89e00aa9890.tar.gz |
Cleanup white spaces
Remove trailing spaces. Remove blank lines not separating different code
blocks. Remove blank lines at the end of the file.
Diffstat (limited to 'utils/t')
-rw-r--r-- | utils/t/100_update_alternatives.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/t/100_update_alternatives.t b/utils/t/100_update_alternatives.t index 88ba04063..667bcd096 100644 --- a/utils/t/100_update_alternatives.t +++ b/utils/t/100_update_alternatives.t @@ -439,4 +439,3 @@ ok(-f $main_link, "removal keeps real file installed as master link"); ok(-f "$bindir/slave1", "removal keeps real files installed as slave links"); install_choice(0, params => ["--force"]); check_choice(0, "auto", "install --force replaces files with links"); - |