summary refs log tree commit diff
path: root/nixos/modules/system/boot/pbkdf2-sha512.c
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/boot/pbkdf2-sha512.c')
-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 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
+}