Commit 7b370bb2e702a8eac67d910e99bf3fb588650508

Con Kolivas 2012-04-28T09:19:32

Small cosmetic output alignment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index 0e22859..63ec0be 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -1685,7 +1685,7 @@ static bool submit_upstream_work(const struct work *work)
 			char reason[32];
 
 			if (total_pools > 1)
-				sprintf(where, " pool %d", work->pool->pool_no);
+				sprintf(where, "pool %d", work->pool->pool_no);
 			else
 				strcpy(where, "");