ref: 9c6314bd3f97519c1f56153c9f704843447314ca
parent: e868c80d214a0592dde2d63a73a8e68f2f21e1cf
author: rrt <rrt>
date: Sat Nov 25 18:04:24 EST 2006
Cosmetic fix
--- a/src/util.c
+++ b/src/util.c
@@ -222,7 +222,7 @@
{
int i, optind;
- for(i = 0; st_effect_fns[i]; i++)
+ for (i = 0; st_effect_fns[i]; i++)
{
char *s1, *s2;
const st_effect_t *e = st_effect_fns[i]();