diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-06-10 00:24:05 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-06-10 00:24:05 -0700 |
commit | dc0ed1fc9b58427fc4f8be7730e1923d493397e8 (patch) | |
tree | c70e8fe9137aaa3ee1048e62edde895be569ad41 /source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md | |
parent | 247b2dffdf54d6571341c44d38323271d5e69839 (diff) | |
download | my_new_personal_website-dc0ed1fc9b58427fc4f8be7730e1923d493397e8.tar.xz my_new_personal_website-dc0ed1fc9b58427fc4f8be7730e1923d493397e8.zip |
remove trailing whitespace from old posts
Diffstat (limited to 'source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md')
-rw-r--r-- | source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md b/source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md index 8965beb6..5191a2ba 100644 --- a/source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md +++ b/source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md @@ -39,7 +39,7 @@ def rename(items) else STDERR.puts("#{path}: directory ignored") end - + num_done += 1 } end |