From f3f1f2b3b1a80ff96f1e16d1b15b1cc12b8ef1e8 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:26:25 -0500 Subject: [PATCH] format --- src/CurlVersion.cc | 2 +- src/CurlVersion.hpp | 2 +- src/Git2/Version.cc | 2 +- src/Git2/Version.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CurlVersion.cc b/src/CurlVersion.cc index 4b3b452db..a722aa0db 100644 --- a/src/CurlVersion.cc +++ b/src/CurlVersion.cc @@ -1,6 +1,6 @@ #include "CurlVersion.hpp" -#include +#include #include namespace curl { diff --git a/src/CurlVersion.hpp b/src/CurlVersion.hpp index d6dbce1c8..35c15fdac 100644 --- a/src/CurlVersion.hpp +++ b/src/CurlVersion.hpp @@ -1,7 +1,7 @@ #pragma once #include -#include +#include #include namespace curl { diff --git a/src/Git2/Version.cc b/src/Git2/Version.cc index 48fd051be..0bb9bada2 100644 --- a/src/Git2/Version.cc +++ b/src/Git2/Version.cc @@ -2,7 +2,7 @@ #include "Exception.hpp" -#include +#include #include #include diff --git a/src/Git2/Version.hpp b/src/Git2/Version.hpp index 45837f9bf..faff339fc 100644 --- a/src/Git2/Version.hpp +++ b/src/Git2/Version.hpp @@ -1,6 +1,6 @@ #pragma once -#include +#include #include namespace git2 {