Index: engine/readconnect.c =================================================================== RCS file: /cvsroot/gnugo/gnugo/engine/readconnect.c,v retrieving revision 1.88 diff -u -r1.88 readconnect.c --- engine/readconnect.c 7 Dec 2004 04:50:02 -0000 1.88 +++ engine/readconnect.c 7 May 2005 09:50:42 -0000 @@ -55,7 +55,7 @@ Hash_data *goal_hash); static int add_array(int *array, int elt); -static int element_array(int *array,int elt); +static int element_array(int *array, int elt); static void intersection_array(int *array1, int *array2); static int snapback(int str); static int connection_one_move(int str1, int str2); @@ -199,7 +199,7 @@ /* test if an element is part of an array */ static int -element_array(int *array,int elt) +element_array(int *array, int elt) { int r; for (r = 1; r < array[0] + 1; r++) @@ -217,8 +217,8 @@ for (r = 1; r < array1[0] + 1; r++) if (!element_array(array2, array1[r])) { - for (s = r; s< array1[0]; s++) - array1[s]=array1[s+1]; + for (s = r; s < array1[0]; s++) + array1[s] = array1[s+1]; array1[0]--; r--; } @@ -295,7 +295,7 @@ int pos = libs[r] + delta[k]; if (board[pos] == board[str1] && !same_string(pos, str1) - && !same_string(pos, str2) ) { + && !same_string(pos, str2)) { /* try to connect pos to str2 in one move */ /* play a common liberty */ neighb = findlib(pos, MAXLIBS, neighbs); @@ -3756,7 +3756,7 @@ && ((board[apos] == color && board[fpos] == color && board[bpos] == EMPTY) || (board[hpos] == color && board[jpos] == color - && board[ipos] == EMPTY))){ + && board[ipos] == EMPTY))) { ENQUEUE(conn, pos, epos, distance + FP(1.1), FP(1.0), gpos, NO_MOVE); } Index: interface/play_ascii.c =================================================================== RCS file: /cvsroot/gnugo/gnugo/interface/play_ascii.c,v retrieving revision 1.56 diff -u -r1.56 play_ascii.c --- interface/play_ascii.c 17 Apr 2005 19:36:42 -0000 1.56 +++ interface/play_ascii.c 7 May 2005 09:50:43 -0000 @@ -653,8 +653,8 @@ if (!fgets(line, 80, stdin)) return; #else - snprintf(line,79,"%s(%d): ", - color_to_string(gameinfo->to_move), movenum+1); + snprintf(line, 79, "%s(%d): ", + color_to_string(gameinfo->to_move), movenum + 1); if (!(line_ptr = readline(line))) return; Index: interface/play_gtp.c =================================================================== RCS file: /cvsroot/gnugo/gnugo/interface/play_gtp.c,v retrieving revision 1.167 diff -u -r1.167 play_gtp.c --- interface/play_gtp.c 17 Apr 2005 19:36:42 -0000 1.167 +++ interface/play_gtp.c 7 May 2005 09:50:44 -0000 @@ -1144,7 +1144,8 @@ pos = move_history_pos[k]; gtp_mprintf("%C %m\n", color, I(pos), J(pos)); } - else gtp_printf("\n"); + else + gtp_printf("\n"); gtp_printf("\n"); return GTP_OK; } Index: patterns/dfa.c =================================================================== RCS file: /cvsroot/gnugo/gnugo/patterns/dfa.c,v retrieving revision 1.39 diff -u -r1.39 dfa.c --- patterns/dfa.c 24 Oct 2004 03:14:50 -0000 1.39 +++ patterns/dfa.c 7 May 2005 09:50:46 -0000 @@ -784,7 +784,8 @@ */ int -dfa_minmax_delta(dfa_t *pdfa, int next_index, int isMin) { +dfa_minmax_delta(dfa_t *pdfa, int next_index, int isMin) +{ int ret, i, j; assert(next_index <= 3); Index: patterns/owl_attackpats.db =================================================================== RCS file: /cvsroot/gnugo/gnugo/patterns/owl_attackpats.db,v retrieving revision 1.121 diff -u -r1.121 owl_attackpats.db --- patterns/owl_attackpats.db 30 Apr 2005 08:42:22 -0000 1.121 +++ patterns/owl_attackpats.db 7 May 2005 09:50:46 -0000 @@ -5814,6 +5814,7 @@ :8,s,value(75) + Pattern A1352a # gf New pattern. (3.7.3) @@ -5854,7 +5855,6 @@ ;proper_eye(a) && oplay_defend(*,b,c,*) - ######################################################### # # # Invasion patterns #