mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[build] Add .inl files to styleguide (NFC) (#2506)
No functional changes.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Copyright (c) FIRST 2015. All Rights Reserved. */
|
||||
/* Copyright (c) 2015-2020 FIRST. All Rights Reserved. */
|
||||
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
||||
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef WPIUTIL_SUPPORT_HTTPUTIL_INL_
|
||||
#define WPIUTIL_SUPPORT_HTTPUTIL_INL_
|
||||
#ifndef WPIUTIL_WPI_HTTPUTIL_INL_
|
||||
#define WPIUTIL_WPI_HTTPUTIL_INL_
|
||||
|
||||
#include <utility>
|
||||
|
||||
namespace wpi {
|
||||
|
||||
@@ -45,4 +47,4 @@ void HttpRequest::SetPath(StringRef path_, const T& params) {
|
||||
|
||||
} // namespace wpi
|
||||
|
||||
#endif // WPIUTIL_SUPPORT_HTTPUTIL_INL_
|
||||
#endif // WPIUTIL_WPI_HTTPUTIL_INL_
|
||||
|
||||
Reference in New Issue
Block a user