diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:44:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:44:03 +0000 |
commit | 9c84384cc18ff589233628c193953ca8d7a39f5c (patch) | |
tree | 95d1f5aee409b208db7545d678012eeae9559fae /crypt | |
parent | 5556231db2301917cd14a7450de4eba2368c9763 (diff) | |
download | glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.tar.gz glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.tar.xz glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.zip |
Remove trailing whitespace.
Diffstat (limited to 'crypt')
-rw-r--r-- | crypt/speeds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypt/speeds.c b/crypt/speeds.c index 7362391892..6043eab129 100644 --- a/crypt/speeds.c +++ b/crypt/speeds.c @@ -12,13 +12,13 @@ #include <stdio.h> #ifndef SIGVTALRM -/* +/* * patch from chip@chinacat.unicom.com (Chip Rosenthal): * you may enable it if your system does not include * a setitimer() function. You'll have to ensure the * existence a environment variable: HZ giving how many * ticks goes per second. - * If not existing in your default environment 50, 60 + * If not existing in your default environment 50, 60 * or even 100 may be the right value. Perhaps you should * then use 'time ./ufc 10000' instead of guessing. */ |