apply the modified style

This commit is contained in:
Evan Hunt
2020-02-13 14:44:37 -08:00
parent 0255a97473
commit e851ed0bb5
669 changed files with 35995 additions and 42219 deletions

View File

@@ -21,11 +21,10 @@
uint32_t state[1024 * 64];
int
main(int argc, char **argv)
{
main(int argc, char **argv) {
isc_lfsr_t lfsr1, lfsr2;
int i;
uint32_t temp;
int i;
uint32_t temp;
UNUSED(argc);
UNUSED(argv);