mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
fbc199c7c7
While here fix 2 white-space issues reported by portlint. Approved by: krion (maintainer)
11 lines
207 B
C
11 lines
207 B
C
--- src/tls.h.orig 2018-12-06 04:14:58 UTC
|
|
+++ src/tls.h
|
|
@@ -28,6 +28,6 @@
|
|
|
|
#include "protocol.h"
|
|
|
|
-const struct Protocol *const tls_protocol;
|
|
+extern const struct Protocol *const tls_protocol;
|
|
|
|
#endif
|