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

Unified Diff: test/win/linker-flags/update_pgd.py

Issue 822893002: Fix mixed line endings warning (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/linker-flags/update_pgd.py
diff --git a/test/win/linker-flags/update_pgd.py b/test/win/linker-flags/update_pgd.py
index 34f56ee9941b5a267af57aa76dec67a9e4d1883f..176e9e5472f0cd131474f8fa56d90375d03aa53c 100644
--- a/test/win/linker-flags/update_pgd.py
+++ b/test/win/linker-flags/update_pgd.py
@@ -30,6 +30,6 @@ pgd_file = os.path.abspath(options.pgd)
pgd_dir = os.path.dirname(pgd_file)
(pgd_basename, _) = os.path.splitext(os.path.basename(pgd_file))
pgc_filepattern = os.path.join(pgd_dir, '%s!*.pgc' % pgd_basename)
-pgc_files= glob.glob(pgc_filepattern)
-for pgc_file in pgc_files:
- os.unlink(pgc_file)
+pgc_files= glob.glob(pgc_filepattern)
+for pgc_file in pgc_files:
+ os.unlink(pgc_file)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698