From 88bf1b3e92d96cb64c862db09b7e90263d89664e Mon Sep 17 00:00:00 2001 From: Samuel Gräfenstein Date: Thu, 5 Nov 2020 16:24:19 +0100 Subject: nixos/boot: add final newline to pbkdf2-sha512.c --- nixos/modules/system/boot/pbkdf2-sha512.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/system/boot/pbkdf2-sha512.c') diff --git a/nixos/modules/system/boot/pbkdf2-sha512.c b/nixos/modules/system/boot/pbkdf2-sha512.c index b40c383ac02..67e989957ba 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 +} -- cgit 1.4.1