Run wpiformat on merged repo (#1021)

This commit is contained in:
Tyler Veness
2018-05-13 17:09:56 -07:00
committed by Peter Johnson
parent 0babbf317c
commit 6729a7d6b1
481 changed files with 9581 additions and 6828 deletions

View File

@@ -7,10 +7,13 @@
#pragma once
// clang-format off
#ifdef _MSC_VER
#pragma message "warning: tcpsockets/NetworkAcceptor.h is deprecated; include wpi/NetworkAcceptor.h instead"
#else
#warning "tcpsockets/NetworkAcceptor.h is deprecated; include wpi/NetworkAcceptor.h instead"
#endif
// clang-format on
#include "wpi/NetworkAcceptor.h"

View File

@@ -7,10 +7,13 @@
#pragma once
// clang-format off
#ifdef _MSC_VER
#pragma message "warning: tcpsockets/NetworkStream.h is deprecated; include wpi/NetworkStream.h instead"
#else
#warning "tcpsockets/NetworkStream.h is deprecated; include wpi/NetworkStream.h instead"
#endif
// clang-format on
#include "wpi/NetworkStream.h"

View File

@@ -7,10 +7,13 @@
#pragma once
// clang-format off
#ifdef _MSC_VER
#pragma message "warning: tcpsockets/SocketError.h is deprecated; include wpi/SocketError.h instead"
#else
#warning "tcpsockets/SocketError.h is deprecated; include wpi/SocketError.h instead"
#endif
// clang-format on
#include "wpi/SocketError.h"

View File

@@ -7,10 +7,13 @@
#pragma once
// clang-format off
#ifdef _MSC_VER
#pragma message "warning: tcpsockets/TCPAcceptor.h is deprecated; include wpi/TCPAcceptor.h instead"
#else
#warning "tcpsockets/TCPAcceptor.h is deprecated; include wpi/TCPAcceptor.h instead"
#endif
// clang-format on
#include "wpi/TCPAcceptor.h"

View File

@@ -7,10 +7,13 @@
#pragma once
// clang-format off
#ifdef _MSC_VER
#pragma message "warning: tcpsockets/TCPConnector.h is deprecated; include wpi/TCPConnector.h instead"
#else
#warning "tcpsockets/TCPConnector.h is deprecated; include wpi/TCPConnector.h instead"
#endif
// clang-format on
#include "wpi/TCPConnector.h"

View File

@@ -7,10 +7,13 @@
#pragma once
// clang-format off
#ifdef _MSC_VER
#pragma message "warning: tcpsockets/TCPStream.h is deprecated; include wpi/TCPStream.h instead"
#else
#warning "tcpsockets/TCPStream.h is deprecated; include wpi/TCPStream.h instead"
#endif
// clang-format on
#include "wpi/TCPStream.h"