From 29b61f38eaede3edab65fc5ef3308caecce77da3 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Mon, 28 Mar 2011 18:09:35 +0200
Subject: [PATCH] remove unecessary empty lines (interrupts read flow)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 bin/cdist-object-run-all | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bin/cdist-object-run-all b/bin/cdist-object-run-all
index 582ff163..a3745689 100755
--- a/bin/cdist-object-run-all
+++ b/bin/cdist-object-run-all
@@ -40,7 +40,6 @@ while [ -f "$__cdist_new_objects_created" ]; do
    # Get listing of objects
    __cdist_object_list "$__cdist_out_object_dir" > "$__cdist_objects"
 
-
    # NEED TO CREATE ARRAY, SSH DESTROYS WHILE READ LOOP
    while read __cdist_object; do
       set -- "$@" "$__cdist_object"
@@ -60,7 +59,5 @@ while [ -f "$__cdist_new_objects_created" ]; do
 
       # Process the object
       cdist-object-run "$__cdist_target_host" "$__cdist_object"
-
    done
 done
-