From 3eba18dcd5f3c261c8d6cd509ccfe0dfbf30a1e5 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 23 May 2009 07:47:20 +0000 Subject: [PATCH] formatting fix --- examples/client_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index d1a63938d..ce56ab582 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -1467,8 +1467,8 @@ int main(int argc, char* argv[]) #ifdef ANSI_TERMINAL_COLORS out += esc("0"); #endif - char const* piece_state[4] = {"", "slow", "medium", "fast"}; - snprintf(str, sizeof(str), "] %s", piece_state[i->piece_state]); + char const* piece_state[4] = {"", " slow", " medium", " fast"}; + snprintf(str, sizeof(str), "]%s", piece_state[i->piece_state]); out += str; if (cp) {