key-data.c (key_struct{set,steal}): Assert no other references.
[u/mdw/catacomb] / utils / genpgroups
index 086cfd5..1b397b1 100755 (executable)
@@ -9,7 +9,7 @@ for i in \
        3072:256 \
        7680:384 \
        15360:512
-do 
+do
   set -- `echo $i | tr : " "`
   utils/genpgroup catacomb-ll-$2-$1 $1 $2 !
 done