1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

tidy-up: indentation in guarded #includes [ci skip]

This commit is contained in:
Viktor Szakats
2023-04-08 10:55:23 +00:00
parent bc0cd58e87
commit dfb086bfe2
22 changed files with 110 additions and 110 deletions

View File

@ -12,16 +12,16 @@
#include <libssh2_sftp.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#include <netinet/in.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#include <unistd.h>
#endif
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#include <arpa/inet.h>
#endif
#include <sys/types.h>