fix Bernard's indentation again
[zanchey/dispense2.git] / sql-edition / servers / VendingMachine.py
index 89dd09e..d86cc3f 100644 (file)
@@ -63,7 +63,7 @@ class VendingMachine:
                        while s == '':
                                s = self.rfh.readline()
                                if s == '':
-                    raise VendingException('Input socket has closed!')
+                                       raise VendingException('Input socket has closed!')
                                s = s.strip('\r\n')
                        code = s[0:3]
                        text = s[4:]

UCC git Repository :: git.ucc.asn.au