From 485b9210db585a489162cd349a545b575a578190 Mon Sep 17 00:00:00 2001 From: dtucker Date: Mon, 26 Feb 2018 03:03:05 +0000 Subject: [PATCH] Add newline at end of file to prevent compiler warnings. --- usr.bin/ssh/xmss_commons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ssh/xmss_commons.h b/usr.bin/ssh/xmss_commons.h index 32fd4e2dc1a..eebf99f8d05 100644 --- a/usr.bin/ssh/xmss_commons.h +++ b/usr.bin/ssh/xmss_commons.h @@ -12,4 +12,4 @@ Public domain. void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes); void hexdump(const unsigned char *a, size_t len); -#endif \ No newline at end of file +#endif -- 2.20.1