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

Unified Diff: masters/master.tryserver.chromium.linux/buildbot.tac

Issue 998253004: CLRF -> LF in buildbot.tac files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: removed master.client.nacl.sdk.mono Created 5 years, 9 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 | « masters/master.tryserver.blink/buildbot.tac ('k') | masters/master.tryserver.chromium.mac/buildbot.tac » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/buildbot.tac
diff --git a/masters/master.tryserver.chromium.linux/buildbot.tac b/masters/master.tryserver.chromium.linux/buildbot.tac
index ac7497c10af71b754df8918ea3750bb8fb906cd8..f4bca882aa56313fac4a819fc4bea76edf18b2f9 100644
--- a/masters/master.tryserver.chromium.linux/buildbot.tac
+++ b/masters/master.tryserver.chromium.linux/buildbot.tac
@@ -1,11 +1,11 @@
-import os
-
-from twisted.application import service
-from buildbot.master import BuildMaster
-
-basedir = os.path.dirname(os.path.abspath(__file__))
-configfile = r'master.cfg'
-
-application = service.Application('buildmaster')
-BuildMaster(basedir, configfile).setServiceParent(application)
-
+import os
+
+from twisted.application import service
+from buildbot.master import BuildMaster
+
+basedir = os.path.dirname(os.path.abspath(__file__))
+configfile = r'master.cfg'
+
+application = service.Application('buildmaster')
+BuildMaster(basedir, configfile).setServiceParent(application)
+
« no previous file with comments | « masters/master.tryserver.blink/buildbot.tac ('k') | masters/master.tryserver.chromium.mac/buildbot.tac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698