From c583a2520616c2736cffc389c89a48b159366e6c Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 8 Feb 2023 15:36:23 -0500 Subject: Run clang-format.sh Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968 --- gdbsupport/gdb-checked-static-cast.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdbsupport/gdb-checked-static-cast.h') diff --git a/gdbsupport/gdb-checked-static-cast.h b/gdbsupport/gdb-checked-static-cast.h index bc75244..8000cbb 100644 --- a/gdbsupport/gdb-checked-static-cast.h +++ b/gdbsupport/gdb-checked-static-cast.h @@ -50,8 +50,8 @@ checked_static_cast (V *v) mistakes at compile time, this assert prevents anything other than downcasts, or casts to same type. */ static_assert (std::is_base_of::value - || std::is_base_of::value, - "types must be related"); + || std::is_base_of::value, + "types must be related"); #ifdef DEVELOPMENT if (v == nullptr) @@ -66,6 +66,6 @@ checked_static_cast (V *v) return result; } -} +} // namespace gdb #endif /* COMMON_GDB_CHECKED_DYNAMIC_CAST_H */ -- cgit v1.1