Kazutaka YOKOTA 6c8e596705 This is white-space only change. No functional difference.
- Be consistent about placing spaces around keywords and
  operators; don't mix statements like "if(A==B)" and "if (X == Y)",
  "return(0)" and "return (-1)", "P=10" and "Q = 0", etc.

- Consitently indent lines. It's not good to indent by 8 columns
  in one part of the file, and by 4 columns in the other part.
2001-10-01 11:42:25 +00:00
..
2001-07-21 14:32:47 +00:00
2001-07-21 14:32:47 +00:00
2001-07-21 14:32:47 +00:00
2001-07-21 14:32:47 +00:00
2000-07-17 17:06:27 +00:00