Reformat code with clang-format-18

This commit is contained in:
John Freeman
2024-10-15 18:27:56 -05:00
parent e7cd03325b
commit 552377c76f
82 changed files with 818 additions and 912 deletions

View File

@@ -64,7 +64,8 @@ public:
{
}
constexpr operator const char*() const
constexpr
operator const char*() const
{
return str_;
}
@@ -296,7 +297,8 @@ public:
/** Returns false if this is an empty array, empty object, empty string,
or null. */
explicit operator bool() const;
explicit
operator bool() const;
/// Remove all object members and array elements.
/// \pre type() is arrayValue, objectValue, or nullValue