nixos/boot: add final newline to pbkdf2-sha512.c

This commit is contained in:
Samuel Gräfenstein
2020-11-05 16:24:19 +01:00
committed by Alyssa Ross
parent 2c9497b430
commit 88bf1b3e92

View File

@@ -35,4 +35,4 @@ int main(int argc, char** argv)
fwrite(key, 1, key_length, stdout);
return 0;
}
}