summaryrefslogtreecommitdiffstats
path: root/test/annotate.test
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-01-20 11:06:10 +0100
committerJean Delvare <jdelvare@suse.de>2014-01-20 11:06:10 +0100
commit2709005d413030f5a0b888ba20b40ae134959e87 (patch)
tree979233e8c1cfd34104e43809c52db468dc9f11bc /test/annotate.test
parentef7092293eb3398c561536e02722de70061387f8 (diff)
downloadquilt-2709005d413030f5a0b888ba20b40ae134959e87.tar.gz
Tree-wide white-space cleanups
* Delete blank lines at end of files. * Delete white space at end of lines. * Delete spaces before tab. * Replace 8 spaces by a tab where it makes sense.
Diffstat (limited to 'test/annotate.test')
-rw-r--r--test/annotate.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/annotate.test b/test/annotate.test
index 556fa85..bca376f 100644
--- a/test/annotate.test
+++ b/test/annotate.test
@@ -1,5 +1,5 @@
$ mkdir patches
-
+
$ cat > foo
< foo
< bar
@@ -25,10 +25,10 @@
$ quilt new patch2
> Patch patches/patch2 is now on top
-
+
$ quilt add foo
> File foo added to patch patches/patch2
-
+
$ sed -e 's:Baz:baz:' foo > foo.new
$ mv foo.new foo
$ quilt refresh