• Show log

    Commit

  • Hash : 5452e49f
    Author : Patrick Steinhardt
    Date : 2019-06-26T14:49:17

    attr: refactor setup to match current coding style
    
    The code in the `attr_setup` function is not really matching our
    current coding style. Besides alignment issues, it's also hard to
    see what functions calls depend on one another because they're
    split up over multiple conditional statements.
    
    Fix these issues by grouping together dependent function calls
    and adjusting the alignment.