From 2709005d413030f5a0b888ba20b40ae134959e87 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 20 Jan 2014 11:06:10 +0100 Subject: 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. --- test/two.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/two.test') diff --git a/test/two.test b/test/two.test index d6b7f2f..73d4990 100644 --- a/test/two.test +++ b/test/two.test @@ -61,7 +61,7 @@ > +Another line has been added. $ cd .. - + $ quilt refresh > Refreshed patch %{_P}patch1.diff @@ -136,13 +136,13 @@ > This is file two. > +Another line added. > Warning: more recent patches modify files in patch %{_P}patch1.diff - + $ quilt refresh patch1 > More recent patches modify files in patch %{_P}patch1.diff. Enforce refresh with -f. - + $ quilt refresh -f patch1 > Refreshed patch %{_P}patch1.diff - + $ echo "Another line here, too." >> dir/file3 $ quilt pop -R > Removing patch %{_P}subdir/patch3.diff -- cgit