From: dtucker Date: Mon, 26 Feb 2018 03:03:05 +0000 (+0000) Subject: Add newline at end of file to prevent compiler warnings. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=485b9210db585a489162cd349a545b575a578190;p=openbsd Add newline at end of file to prevent compiler warnings. --- 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