chiark / gitweb /
rand/rand-x86ish.S: Hoist argument register allocation outside.
[catacomb] / utils / genpgroups
index 086cfd5f121b71a8207ef569dad96b4c4e03c830..1b397b1fe056ae1c80319a22b3baa70c25433f0f 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