generic_stage_target.py: Dedent the bulk of ._build_kernel()
authorW. Trevor King <wking@tremily.us>
Sat, 9 Feb 2013 20:45:35 +0000 (15:45 -0500)
committerMatt Turner <mattst88@gmail.com>
Sat, 23 Feb 2013 02:02:15 +0000 (18:02 -0800)
commit61f4dc33005f49566f93aac352c876c093438bf9
treedaad35cce2bc5e9194dec98a05d8d002d4b02837
parent78ef6501495eff12cb9c121a7b90ab90be0cd83a
generic_stage_target.py: Dedent the bulk of ._build_kernel()

At the beginning of the function, we check for an autoresume point.
If we find it, just return.  This allows us to dedent the `else` block
that had been handling the no-autoresume-found case.

Reviewed-by: Matt Turner <mattst88@gmail.com>
modules/generic_stage_target.py