aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/system/boot/pbkdf2-sha512.c
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2020-11-05 16:24:19 +0100
committerAlyssa Ross <hi@alyssa.is>2020-11-09 11:39:28 +0000
commit88bf1b3e92d96cb64c862db09b7e90263d89664e (patch)
treec07f8145908178fb7c92a5fbad36b2b6bda0564f /nixos/modules/system/boot/pbkdf2-sha512.c
parent2c9497b430fc3d1b8b7c95648e6e87c8e0f50a01 (diff)
nixos/boot: add final newline to pbkdf2-sha512.c
Diffstat (limited to '')
-rw-r--r--nixos/modules/system/boot/pbkdf2-sha512.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/pbkdf2-sha512.c b/nixos/modules/system/boot/pbkdf2-sha512.c
index b40c383ac023..67e989957ba6 100644
--- a/nixos/modules/system/boot/pbkdf2-sha512.c
+++ b/nixos/modules/system/boot/pbkdf2-sha512.c
@@ -35,4 +35,4 @@ int main(int argc, char** argv)
fwrite(key, 1, key_length, stdout);
return 0;
-} \ No newline at end of file
+}