]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2353] Indent code
authorMukund Sivaraman <muks@isc.org>
Tue, 6 Nov 2012 03:29:42 +0000 (08:59 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 6 Nov 2012 03:29:42 +0000 (08:59 +0530)
src/bin/bind10/bind10_src.py.in

index 45a2ccb9619a124f954ab173ebbc5ab655f3c678..2d3133390545188b890c5c247d89e183161917e7 100755 (executable)
@@ -738,10 +738,12 @@ class BoB:
             try:
                 (pid, exit_status) = self._get_process_exit_status()
             except OSError as o:
-                if o.errno == errno.ECHILD: break
+                if o.errno == errno.ECHILD:
+                    break
                 # XXX: should be impossible to get any other error here
                 raise
-            if pid == 0: break
+            if pid == 0:
+                break
             if pid in self.components:
                 # One of the components we know about.  Get information on it.
                 component = self.components.pop(pid)