consistency: function {} begin on next line

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-29 16:28:59 +02:00
parent ad7a9f82f7
commit 6be9d02e6a
1 changed files with 4 additions and 3 deletions

View File

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