consistency: function {} begin on next line

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.5
Nico Schottelius 14 years ago
parent ad7a9f82f7
commit 6be9d02e6a
  1. 7
      bin/cdist-config

@ -185,11 +185,13 @@ __cdist_init_deploy()
ln -sf "$__cdist_conf_dir" "$__cdist_local_base_dir/$__cdist_name_conf_dir"
}
__cdist_new_objects_created() {
__cdist_new_objects_created()
{
touch "$__cdist_tmp_dir/object_created"
}
__cdist_has_new_objects() {
__cdist_has_new_objects()
{
touch "$__cdist_tmp_dir/object_created"
}
@ -267,7 +269,6 @@ __cdist_object_type_explorer_dir()
echo "$(__cdist_object_dir "$1")/${__cdist_name_explorer}"
}
################################################################################
# Remote
#

Loading…
Cancel
Save