summaryrefslogtreecommitdiff
path: root/cbuildbot/cbuildbot_config_unittest.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2014-09-16 16:16:57 -0400
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-09-17 06:05:28 +0000
commit750c5f587ce3f49efa8004bd4760ecb4319b714f (patch)
tree11bc3104ee766c2c2c26aed78b5b7a6225fd77b2 /cbuildbot/cbuildbot_config_unittest.py
parentca1bc8d3c45fed565471181f06d0a265ee8f2844 (diff)
downloadchromite-750c5f587ce3f49efa8004bd4760ecb4319b714f.tar.gz
standardize file style
Minor fixups: - don't use shebangs on non-executable files - drop +x from files that don't need it - fix blank line spacing - fix typos in a few module docstrings BUG=chromium:414895 TEST=`./cbuildbot/run_tests` passes Change-Id: Idbce70b406254fbfcd5efa4beff2b1d5aa058d11 Reviewed-on: https://chromium-review.googlesource.com/218571 Reviewed-by: David James <davidjames@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'cbuildbot/cbuildbot_config_unittest.py')
-rwxr-xr-xcbuildbot/cbuildbot_config_unittest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cbuildbot/cbuildbot_config_unittest.py b/cbuildbot/cbuildbot_config_unittest.py
index 0c075e3b9..f9e3afc71 100755
--- a/cbuildbot/cbuildbot_config_unittest.py
+++ b/cbuildbot/cbuildbot_config_unittest.py
@@ -1,5 +1,4 @@
#!/usr/bin/python
-
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.