remove trailing spaces

This commit is contained in:
Francois Perrad 2017-10-17 20:51:19 +02:00
parent 4f6420bc02
commit 32e710ae07
4 changed files with 28 additions and 38 deletions

View File

@ -74,11 +74,6 @@ int main(void)
return 0;
}
/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */

View File

@ -2,6 +2,7 @@
#include <tommath.h>
int sizes[] = { 1+256/DIGIT_BIT, 1+512/DIGIT_BIT, 1+768/DIGIT_BIT, 1+1024/DIGIT_BIT, 1+2048/DIGIT_BIT, 1+4096/DIGIT_BIT };
int main(void)
{
int res, x, y;
@ -58,7 +59,6 @@ int main(void)
return 0;
}
/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */

View File

@ -40,11 +40,6 @@ int main(void)
return 0;
}
/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */