summaryrefslogtreecommitdiff
path: root/test/farm/html/src
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
commit4355fa45cd548c5f5b33396405b718062aefe818 (patch)
treee4b9f672e0b039fa1374ac1f1c4e330295ed4f8f /test/farm/html/src
parente3eb59636512b3d4ad8603948450fbc62dca2205 (diff)
downloadpython-coveragepy-git-4355fa45cd548c5f5b33396405b718062aefe818.tar.gz
Clean-ups
Diffstat (limited to 'test/farm/html/src')
-rw-r--r--test/farm/html/src/b.py2
-rw-r--r--test/farm/html/src/tabbed.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/farm/html/src/b.py b/test/farm/html/src/b.py
index f5d051c6..dffdd50f 100644
--- a/test/farm/html/src/b.py
+++ b/test/farm/html/src/b.py
@@ -13,7 +13,7 @@ def two(x):
# A missed else that branches to "exit"
if x:
a = 5
-
+
two(1)
def three_way():
diff --git a/test/farm/html/src/tabbed.py b/test/farm/html/src/tabbed.py
index bc6bb456..4c39cafe 100644
--- a/test/farm/html/src/tabbed.py
+++ b/test/farm/html/src/tabbed.py
@@ -3,6 +3,6 @@ x = 1
if x:
a = "Tabbed" # Aligned comments
if x: # look nice
- b = "No spaces" # when they
+ b = "No spaces" # when they
c = "Done" # line up.