Przeglądaj źródła

meta: coding style

skypjack 1 miesiąc temu
rodzic
commit
d20fc9551f
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/entt/meta/meta.hpp

+ 1 - 2
src/entt/meta/meta.hpp

@@ -215,8 +215,7 @@ class meta_any {
         }
     }
 
-    [[nodiscard]] const auto &
-    fetch_node() const {
+    [[nodiscard]] const auto &fetch_node() const {
         if(node == nullptr) {
             ENTT_ASSERT(*this, "Invalid vtable function");
             vtable(internal::meta_traits::is_none, *this, nullptr);