Skip to content
  • Manuel Jacob's avatar
    procutil: move assignments closer to reassignments · 1053f878dd46
    Manuel Jacob authored
    Doing reassignments is an anti-pattern IMHO, but I see how it makes sense here.
    When first looking at this code after jumping here with ctags, I missed the
    fact that stdout was reassigned. To make the code clearer, the assignments
    should be as close as possible to the reassignments.
    1053f878dd46