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

Unified Diff: drover.bat

Issue 222010: Fix drover.py style. (Closed)
Patch Set: Created 11 years, 3 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 | « no previous file | drover.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drover.bat
diff --git a/drover.bat b/drover.bat
index e45e73ce0c6b131dacddf7e000bd3ee87c2e1bc0..182da10758151aafeaa8d6eab24f114c12160e2a 100644
--- a/drover.bat
+++ b/drover.bat
@@ -1,6 +1,9 @@
@echo off
+:: Copyright (c) 2009 The Chromium Authors. All rights reserved.
+:: Use of this source code is governed by a BSD-style license that can be
+:: found in the LICENSE file.
setlocal
set PATH=%~dp0svn;%PATH%
-call python "%~dp0drover.py" %*
+call python "%~dp0drover.py" %*
« no previous file with comments | « no previous file | drover.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698