diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-28 17:05:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-28 17:05:08 +0200 |
| commit | a8e72e63ee1921d6a85b801d2cdeff3f4872d468 (patch) | |
| tree | 6faac4e4180cb8bdaa67a8c62c2b9b4a9995f15d /vendor/json | |
| parent | d21a3b2e16b4e5f974dd000e11c868e2021292f0 (diff) | |
| parent | ff9afeee748fba7bd023f7decafa8fb99298b146 (diff) | |
Merge pull request #4 from nekernel-org/dev
v0.0.6: NeBuild
Diffstat (limited to 'vendor/json')
| -rw-r--r-- | vendor/json/json_fwd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/json/json_fwd.h b/vendor/json/json_fwd.h index a1c70f3..4edbdce 100644 --- a/vendor/json/json_fwd.h +++ b/vendor/json/json_fwd.h @@ -102,8 +102,8 @@ #endif #ifndef NLOHMANN_JSON_NAMESPACE_END -#define NLOHMANN_JSON_NAMESPACE_END \ - } /* namespace (inline namespace) NOLINT(readability/namespace) */ \ +#define NLOHMANN_JSON_NAMESPACE_END \ + } /* namespace (inline namespace) NOLINT(readability/namespace) */ \ } // namespace nlohmann #endif |
