Change indentation style in commands definitions
Currently, the indentation level for a command's definition depends on the command name length, and this makes the commands dict unpleasant to the eye. This patch changes it so that a new line begins right after the left parenthesis starting the command tuple. Signed-off-by:Iustin Pop <iustin@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
Showing
- scripts/gnt-backup 17 additions, 15 deletionsscripts/gnt-backup
- scripts/gnt-cluster 78 additions, 76 deletionsscripts/gnt-cluster
- scripts/gnt-debug 48 additions, 53 deletionsscripts/gnt-debug
- scripts/gnt-instance 116 additions, 119 deletionsscripts/gnt-instance
- scripts/gnt-job 27 additions, 25 deletionsscripts/gnt-job
- scripts/gnt-node 81 additions, 73 deletionsscripts/gnt-node
- scripts/gnt-os 5 additions, 4 deletionsscripts/gnt-os
Loading
Please register or sign in to comment