summaryrefslogtreecommitdiff
path: root/src/tools/make_diff
diff options
context:
space:
mode:
authorPeter Eisentraut2010-11-23 20:27:50 +0000
committerPeter Eisentraut2010-11-23 20:34:55 +0000
commitfc946c39aeacdff7df60c83fca6582985e8546c8 (patch)
tree866145f64c09c0673a4aa3d3a2f5647f0b7afc45 /src/tools/make_diff
parent44475e782f4674d257b9e5c1a3930218a4b4deea (diff)
Remove useless whitespace at end of lines
Diffstat (limited to 'src/tools/make_diff')
-rw-r--r--src/tools/make_diff/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/make_diff/README b/src/tools/make_diff/README
index bc5cea4ceb0..9401a74a647 100644
--- a/src/tools/make_diff/README
+++ b/src/tools/make_diff/README
@@ -14,7 +14,7 @@ for every file in the current directory. I can:
cporig `grep -l HeapTuple *`
If I use mkid (from ftp.postgreSQL.org), I can do:
-
+
cporig `lid -kn 'fsyncOff'`
and get a copy of every file containing that word. I can then do:
@@ -29,7 +29,7 @@ to edit all those files.
When I am ready to generate a patch, I run 'difforig' command from the top of
the source tree:
-
+
I pipe the output of this to a file to hold my patch, and the file names
it processes appear on my screen. It creates a nice patch for me of all
the files I used with cporig.