sbsv2/raptor/util/talon/talon.c
branchfix
changeset 285 1cdb9a551505
parent 283 a5284ec02d61
child 287 4c84bb0f4c67
--- a/sbsv2/raptor/util/talon/talon.c	Mon Mar 01 00:55:33 2010 +0200
+++ b/sbsv2/raptor/util/talon/talon.c	Mon Mar 01 00:59:44 2010 +0200
@@ -343,9 +343,6 @@
 	while (isspace(*recipe))
 		recipe++;
 
-
-
-
 	/* turn debugging on? */
 	char *debugstr=talon_getenv("TALON_DEBUG");
 
@@ -360,7 +357,6 @@
 	/* Make sure that the agent's hostname can be put into the host attribute */
 	char hostname[HOSTNAME_MAX];
 	int hostresult=0;
-
 	
 	hostresult = gethostname(hostname, HOSTNAME_MAX-1);
 	if (0 != hostresult)