Skip to content

Commit 48ab557

Browse files
committed
tipc: Indentation fix
1 parent 58b7009 commit 48ab557

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

completions/tipc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ _tipc()
8888
;;
8989
esac
9090

91-
if [[ $cword -eq 1 ]]; then
92-
COMPREPLY=( $( compgen -W 'bearer link media nametable node socket' -- $cur ) )
93-
return
94-
fi
91+
if [[ $cword -eq 1 ]]; then
92+
COMPREPLY=( $( compgen -W 'bearer link media nametable node socket' -- $cur ) )
93+
return
94+
fi
9595

9696
case "${words[$optind]}" in
9797
bearer)

0 commit comments

Comments
 (0)