diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-07-22 17:47:04 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-07-22 18:14:08 +0700 |
commit | c7c65ca6bac04925353db9b3bee4b0cd0b634ac6 (patch) | |
tree | f7cf875fa18275e78a215b41baa233b7a768275f /modules/openssl | |
parent | 0ed59fdf12a8c8b385163c70ace0cd659867c9b1 (diff) |
Clang-formatting *.cpp and *.h (some files excluded)
Diffstat (limited to 'modules/openssl')
-rw-r--r-- | modules/openssl/stream_peer_openssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssl/stream_peer_openssl.h b/modules/openssl/stream_peer_openssl.h index 10e02202aa..b1da5e1d95 100644 --- a/modules/openssl/stream_peer_openssl.h +++ b/modules/openssl/stream_peer_openssl.h @@ -30,9 +30,9 @@ #ifndef STREAM_PEER_OPEN_SSL_H #define STREAM_PEER_OPEN_SSL_H -#include "project_settings.h" #include "io/stream_peer_ssl.h" #include "os/file_access.h" +#include "project_settings.h" #include "thirdparty/misc/curl_hostcheck.h" |