Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2696)

Unified Diff: Tools/Scripts/svn-apply

Issue 20652002: Fix trailing whitespace in scripts and misc. files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't change literal diff. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/Scripts/split-file-by-class ('k') | Tools/Scripts/svn-create-patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/svn-apply
diff --git a/Tools/Scripts/svn-apply b/Tools/Scripts/svn-apply
index fb52a9b072e7a7e69f1a8cb57c345d5544770729..0d3e7c476a02a66fb251a66cf8a4e1a2bcd3baa7 100755
--- a/Tools/Scripts/svn-apply
+++ b/Tools/Scripts/svn-apply
@@ -12,7 +12,7 @@
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
+# documentation and/or other materials provided with the distribution.
# 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
# its contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
@@ -467,7 +467,7 @@ sub scmRemove($)
# Git removes a directory if it becomes empty when the last file it contains is
# removed by `git rm`. In svn-apply this can happen when a directory is being
# removed in a patch, and all of the files inside of the directory are removed
- # before attemping to remove the directory itself. In this case, Git will have
+ # before attemping to remove the directory itself. In this case, Git will have
# already deleted the directory and `git rm` would exit with an error claiming
# there was no file. The --ignore-unmatch switch gracefully handles this case.
system("git", "rm", "--force", "--ignore-unmatch", $path) == 0 or die "Failed to git rm --force --ignore-unmatch $path.";
« no previous file with comments | « Tools/Scripts/split-file-by-class ('k') | Tools/Scripts/svn-create-patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698