Whitespace changes only.
[pspp] / tests / libpspp / abt-test.c
index fb6ddd704b18c4c9be9a18492488763121ca5cb4..1b0d00998be621d3959a9f4c2a2b4e7eac5ad6d3 100644 (file)
@@ -252,7 +252,7 @@ static struct element *
 find_by_position (struct abt *abt, int position)
 {
   struct abt_node *p;
-  for (p = abt->root; p != NULL; )
+  for (p = abt->root; p != NULL;)
     {
       int p_pos = p->down[0] ? abt_node_to_element (p->down[0])->count : 0;
       if (position == p_pos)