[build] Add .inl files to styleguide (NFC) (#2506)

No functional changes.
This commit is contained in:
Peter Johnson
2020-05-05 18:17:50 -07:00
committed by GitHub
parent cf20b068ca
commit 67554ef3b0
9 changed files with 66 additions and 40 deletions

View File

@@ -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_