On Wed, Apr 22, 2015 at 03:52:59PM -0700, Lukas Rusak wrote:
> +_available_machines() {
> +    local -a _machines
> +    _machines=("${(fo)$(__get_available_machines)}")
> +    typeset -U _machines
> +    if [[ -n "$_machines" ]]; then
> +        _describe 'machines' _machines
> +    else
> +     _message 'no machines'
> +    fi
^^^ you can see that indentation is borked here. No tabs please!
Hint: if you do 'git config --global color.ui auto', git diff
and similar will highlight tabs in red, making them easy to avoid.

Zbyszek
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to