diff options
author | teor <teor@torproject.org> | 2019-11-26 09:18:37 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-26 11:02:58 +1000 |
commit | e66fde45f1b1c90a7f98e66980d2a7e4227a17a1 (patch) | |
tree | 76d928471cfa2531ce16b7da0d3eb25cd8ebf08a /src/win32 | |
parent | 0ce11433c0327f34d45e4616dda42695e6eed748 (diff) | |
download | tor-e66fde45f1b1c90a7f98e66980d2a7e4227a17a1.tar.gz tor-e66fde45f1b1c90a7f98e66980d2a7e4227a17a1.zip |
Code Style: Remove double newlines in win32/orconfig.h
There's no reason for them to be in there.
Part of 32522.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 5fb1340465..be71c7987c 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -102,7 +102,6 @@ /* Define to 1 if you have the <sys/socket.h> header file. */ #undef HAVE_SYS_SOCKET_H - /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H @@ -220,8 +219,6 @@ /* Version number of package */ #define VERSION "0.4.3.0-alpha-dev" - - #define HAVE_STRUCT_SOCKADDR_IN6 #define HAVE_STRUCT_IN6_ADDR #define RSHIFT_DOES_SIGN_EXTEND |