]> git.corax.cc Git - toolbox/commit
include: Explicitly declare arguments at the top of all functions
authorMatthias Kruk <m@m10k.eu>
Thu, 24 Jun 2021 23:40:01 +0000 (08:40 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 24 Jun 2021 23:40:01 +0000 (08:40 +0900)
commitc41ea0c5d9c3d728e9cd5c5f596532de3fa85298
tree3aadf862aea0f35877e54ed1b70421c850e0eaea
parentf383283e534c4afeb80405687058679f023d4c4a
include: Explicitly declare arguments at the top of all functions

Several functions do not declare and assign all arguments at the top,
violating the toolbox coding style.
This commit changes all argument declarations so that they conform to
the toolbox style.
include/array.sh
include/clip.sh
include/gitlab.sh
include/iruca.sh
include/is.sh
include/json.sh
include/log.sh
include/opt.sh
include/ssh.sh