From 2e95e3a33bcb34aeec66551503c692c1cb80ab61 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 9 Feb 2009 20:05:30 +0100 Subject: * all python: - changed tabs to spaces. --- digital/avr/modules/twi/test/test_twi_host.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/avr/modules/twi') diff --git a/digital/avr/modules/twi/test/test_twi_host.py b/digital/avr/modules/twi/test/test_twi_host.py index 10b3e208..5af0e669 100644 --- a/digital/avr/modules/twi/test/test_twi_host.py +++ b/digital/avr/modules/twi/test/test_twi_host.py @@ -17,8 +17,8 @@ fh = Forked (h.wait) n = Node () def nf (): while True: - time.sleep (1) - n.wait (n.date + 1) + time.sleep (1) + n.wait (n.date + 1) fn = Forked (nf) slave = os.popen ('./test_twi_sl.host', 'w') -- cgit v1.2.3