mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
While here fix 2 white-space issues reported by portlint. Approved by: krion (maintainer)
10 lines
207 B
C
10 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
|