summaryrefslogtreecommitdiffstats
path: root/test/fold.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/fold.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/fold.test')
-rw-r--r--test/fold.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fold.test b/test/fold.test
index aa1a79e..4a3ff1e 100644
--- a/test/fold.test
+++ b/test/fold.test
@@ -2,7 +2,7 @@
$ cat > patches/series
< patch1.diff
-
+
$ cat > patches/patch1.diff
< --- q.orig/file1.txt
< +++ q/file1.txt
@@ -26,7 +26,7 @@
< +++ q/file2.txt
< @@ -1 +0,0 @@
< -This is file2.txt.
- < --- q.orig/dir/file3.txt
+ < --- q.orig/dir/file3.txt
< +++ q/dir/file3.txt
< @@ -0,0 +1 @@
< +This is file3.txt.
@@ -47,7 +47,7 @@
$ cd dir
$ quilt fold -q
- < --- dir.orig/file3.txt
+ < --- dir.orig/file3.txt
< +++ dir/file3.txt
< @@ -1 +1 @@
< -This is file3.txt.